summaryrefslogtreecommitdiff
path: root/pylint/checkers/dunder_methods.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-3/+3
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+5
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-311-106/+3
* Remove __index__ from unnecessary-dunder-call check (#7650)Dani Alcala2022-10-201-2/+2
* Check `` py-version`` for async ``unnecessary-dunder-call`` (#7549)Daniël van Noord2022-10-011-97/+107
* Dunder methods: Fix typo in details about the error. (#6924)Thomas Benhamou2022-06-121-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
* Exclude `unnecessary-dunder-call` calls on uninstantiated classes and within ...Joe Young2022-04-231-101/+128
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+1
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+3
* Exclude dunder calls on super() from raising ``unnecessary-dunder-call`` (#6113)Joe Young2022-04-021-0/+8
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-0/+151