summaryrefslogtreecommitdiff
path: root/examples/deprecation_checker.py
Commit message (Expand)AuthorAgeFilesLines
* 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