summaryrefslogtreecommitdiff
path: root/pylint/utils/pragma_parser.py
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Use typed NamedTuple for Confidence + PragmaRepresenter (#7718)Pierre Sassoulas2022-11-051-2/+4
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-1/+1
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-141-4/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-11/+12
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-11/+4
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-11/+11
* Add small bits of typing annotation (#4954)Daniël van Noord2021-09-251-5/+7
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-1/+3
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-081-1/+1
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-141-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-3/+1
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-0/+134