summaryrefslogtreecommitdiff
path: root/examples/deprecation_checker.py
Commit message (Expand)AuthorAgeFilesLines
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-3/+3
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-2/+8
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-6/+7
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-7/+5
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-3/+5
* Add typing that were lacking following refactorPierre Sassoulas2021-03-071-3/+3
* Introduced deprecated attributesMatus Valo2021-03-061-23/+39
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-211-2/+2
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-211-14/+6
* Added example of deprecation checkerMatus Valo2021-02-211-0/+89