summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniƫl van Noord2022-04-141-1/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-34/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-2/+6
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-3/+10
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move the RefactoringChecker to its own filePierre Sassoulas2020-09-051-1342/+3
* Fix a typo in RecommendationChecker's namePierre Sassoulas2020-09-051-2/+2
* Move the RecommendationChecker to its own filePierre Sassoulas2020-09-051-111/+1
* Move the LenChecker to its own filePierre Sassoulas2020-09-051-95/+1
* Move the NotChecker to its own filePierre Sassoulas2020-09-051-79/+2
* Move refactoring to a package in order to burst itPierre Sassoulas2020-09-051-0/+1672