summaryrefslogtreecommitdiff
path: root/pylint/checkers/deprecated.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-191-10/+1
* Partial typing of ``imports.py`` (#6982)Daniël van Noord2022-07-131-2/+2
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-10/+27
* Add typing to ``async`` and ``deprecated`` checkers (#6684)Daniël van Noord2022-05-241-9/+11
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-5/+0
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-4/+4
* Improve wording on W0402 message (#6387)omarandlorraine2022-04-201-1/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-4/+5
* 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
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-2/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-6/+6
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-4/+5
* Add cached infer_all helper functionMarc Mueller2021-08-191-9/+6
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-171-9/+10
* Use absolute import qualified module name for deprecated module check (#4678)Matus Valo2021-07-061-2/+2
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Fixed failing unittestsMatus Valo2021-06-291-1/+5
* Added support for deprecated method aliasMatus Valo2021-06-291-5/+9
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+29
* Add support for checking deprecated class arguments. (#4425)Matus Valo2021-05-011-0/+1
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-301-2/+53
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-171-0/+33
* Dont check deprecated arguments of deprecated functionMatus Valo2021-03-101-0/+1
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-5/+6
* Add typing that were lacking following refactorPierre Sassoulas2021-03-071-10/+6
* Introduced deprecated attributesMatus Valo2021-03-061-4/+71
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-211-0/+9
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+49