summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/not_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-1/+1
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-1/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-4/+2
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-2/+1
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-181-3/+4
* Use the BUILTINS constant when appropriatePierre Sassoulas2021-07-061-4/+2
* 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
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-2/+0
* Move the NotChecker to its own filePierre Sassoulas2020-09-051-0/+89