summaryrefslogtreecommitdiff
path: root/pylint/checkers/classes/special_methods_checker.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+2
|
* add test for Uninferableclavedeluna2023-01-241-3/+0
|
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+0
|
* [typing] Add typing to the class checkers (#7190)Pierre Sassoulas2022-08-101-30/+50
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update all ``TODO: 2.14`` (#6573)Daniël van Noord2022-05-101-1/+0
|
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
|
* Fix emit might be undefined in special method checkerPierre Sassoulas2022-04-221-0/+1
|
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-2/+2
|
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
|
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
|
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Handle ``ComprehensionScope`` and their behaviour better (#5923)Daniël van Noord2022-03-151-0/+5
|
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
|
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
|
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-1/+1
|
* [refactor] Create a file for the SpecialMethodsChecker in pylint.classesPierre Sassoulas2021-12-171-0/+386