summaryrefslogtreecommitdiff
path: root/pylint/checkers/unsupported_version.py
Commit message (Expand)AuthorAgeFilesLines
* Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-201-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-1/+1
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-3/+3
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-2/+1
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-4/+1
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-2/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+6
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-091-1/+35
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-131-0/+49