summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-232-2/+6
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-233-3/+1
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-102-2/+2
* Change confidence for no-self-use to INFERENCEMarc Mueller2022-05-061-2/+2
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-053-4/+113
* Move changelog for redefined-loop-name and add "Checker" to class nameJacob Walls2022-05-051-2/+2
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-011-0/+89
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-284-4/+4
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-2/+2
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+3
* [typing] Add missing type in the private import checkerPierre Sassoulas2022-04-221-3/+5
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-2216-32/+32
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-1920-50/+9
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-192-6/+4
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+2
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-1/+1
* Deprecate ``get_global_option``Daniël van Noord2022-04-153-9/+6
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-142-2/+4
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-146-16/+16
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-1422-77/+125
* Update broken and redirected links across the projectDaniël van Noord2022-04-131-1/+1
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-111-3/+1
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-116-17/+1
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-072-27/+36
* Re-enable checker ``bad-docstring-quotes`` for Python <= 3.7. (#6148)Joe Young2022-04-031-4/+2
* Use ``argparse`` config handler in all extensionsDaniël van Noord2022-04-026-18/+40
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-0110-11/+0
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-261-4/+9
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-2423-14/+47
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-2414-125/+14
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-153-12/+14
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+248
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-138-10/+16
* Add confidence value to typing extension messages (#5892)Marc Mueller2022-03-111-0/+3
* Add broken Callable check (#5891)Marc Mueller2022-03-101-7/+97
* Add broken NoReturn check (#5304)Marc Mueller2022-03-101-1/+50
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-083-2/+41
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-1010-21/+21
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-14/+14
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-301-1/+1
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-271-25/+0
* Disable bad-docstring-quotes for <= 3.7 (#5526)kasium2022-01-111-2/+4
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-103-5/+5
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-025-12/+9
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-2720-95/+106
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-217-19/+22
* Remove unneccessary use of parenthesis in add_messagePierre Sassoulas2021-12-201-1/+1
* Fix the typing for BroadTryClause.visit_tryexceptPierre Sassoulas2021-12-201-1/+2