summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-1435-45/+68
* Make it clearer that only additional __slots__ should be specified (#6321)Robin Tweedie2022-04-141-1/+1
* Remove ``_ArgumentsManager.namespace``Daniël van Noord2022-04-143-21/+6
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-1413-19/+16
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-1443-246/+237
* Set ``Namespace`` on ``config`` instead of ``namespace``Daniël van Noord2022-04-144-6/+23
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-1427-255/+259
* Add ``_ArgumentsManager.set_option`` and deprecate old option setters (#6299)Daniël van Noord2022-04-148-121/+65
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniël van Noord2022-04-149-44/+56
* Use ``python-typing-update`` on ``pylint/lint`` directoryDaniël van Noord2022-04-145-97/+82
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniël van Noord2022-04-149-63/+76
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-1422-77/+125
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-1412-180/+188
* Use ``python-typing-update`` on ``pylint/reporters`` directoryDaniël van Noord2022-04-1410-99/+108
* Create ``_ExtendArgument``Daniël van Noord2022-04-145-3/+107
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-148-95/+101
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniël van Noord2022-04-1414-104/+125
* Use ``python-typing-update`` on ``pylint`` directoryDaniël van Noord2022-04-147-26/+40
* Remove use of deprecated methods in ``_ArgumentsProvider`` and ``_config_init...Daniël van Noord2022-04-133-35/+15
* Do not use deprecated methods in ``PyLinter`` (#6293)Daniël van Noord2022-04-134-22/+21
* Add a ``--generate-toml-config`` option (#6199)Daniël van Noord2022-04-1311-11/+197
* Update formatting for NamingStyles (#6294)Marc Mueller2022-04-131-4/+10
* Add an __eq__ function to assert equality between MessageDefinitionPierre Sassoulas2022-04-131-1/+8
* Add tests to check that we only add valid disable/enablePierre Sassoulas2022-04-132-0/+13
* Refactor for clarity in Pylinter enable/disablePierre Sassoulas2022-04-131-15/+8
* Make the enable and disable config attributes an actual listDaniël van Noord2022-04-1311-14/+14
* Move general options to ``PyLinter`` from individual checkers (#6291)Daniël van Noord2022-04-133-27/+27
* Add CI check for building of documentation and linkcheckDaniël van Noord2022-04-131-2/+8
* Update Sphinx makefiles with options used on readthedocsDaniël van Noord2022-04-132-49/+14
* Don't use deprecated python version config for readthedocsDaniël van Noord2022-04-131-1/+5
* Remove the ``optparse`` section from ``set_config`` (#6289)Daniël van Noord2022-04-131-28/+1
* Update broken and redirected links across the projectDaniël van Noord2022-04-1325-62/+59
* Use ``namespace`` in ``--generate-rcfile`` (#6282)Daniël van Noord2022-04-135-38/+40
* Let ``UnittestLinter`` subclass ``PyLinter``Daniël van Noord2022-04-131-9/+5
* Update optdicts in ``pyreverse`` (#6209)Daniël van Noord2022-04-123-3/+50
* Do not use ``config`` in ``option_value`` (#6283)Daniël van Noord2022-04-121-3/+1
* Deprecate ``BaseChecker.config`` (#6278)Daniël van Noord2022-04-128-26/+53
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-124-5/+21
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniël van Noord2022-04-1223-69/+101
* Deprecate most methods of ``_ArgumentsProvider``Daniël van Noord2022-04-128-80/+180
* Added no-else-break message example (#6262)Matus Valo2022-04-122-0/+11
* Added no-else-continue message example (#6263)Matus Valo2022-04-122-0/+11
* [pre-commit.ci] pre-commit autoupdate (#6274)pre-commit-ci[bot]2022-04-121-2/+2
* Add ``music21`` and remove ``graph-explorer`` from primer (#6272)Daniël van Noord2022-04-121-6/+6
* Remove removed messages from the tests (#6268)Daniël van Noord2022-04-127-14/+8
* Use ``namespace`` for ``ignore`` and ``ignore_patterns``Daniël van Noord2022-04-113-4/+4
* Fix handling of rich types in ``ini`` and ``toml`` filesDaniël van Noord2022-04-112-0/+3
* Add ``_DisableAction`` and ``_EnableAction``Daniël van Noord2022-04-111-0/+32
* Create ``_OutputFormatAction`` (#6267)Daniël van Noord2022-04-114-4/+76
* Number of small refactors in ``argparse`` code (#6266)Daniël van Noord2022-04-114-11/+31