summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/refactoring_checker.py
Commit message (Expand)AuthorAgeFilesLines
...
* Apply suggestions from code reviewyushao22021-07-011-8/+2
* fix false positive of `unnecessary-dict-index-lookup`Yu Shao, Pang2021-07-011-1/+8
* Remove deprecated astroid.Index and astroid.ExtSlice nodes (#4568)Marc Mueller2021-06-161-9/+1
* Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-121-81/+2
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-101-26/+1
* Change to consider-using-tupleMarc Mueller2021-06-101-6/+10
* Fix existing codeMarc Mueller2021-06-101-3/+3
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-101-1/+22
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-6/+6
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-2/+81
* Added suggestion in helptext for ``unnecessary-comprehension`` checker (#4500)yushao22021-05-251-5/+36
* Implemented new check unnecessary-dict-index-lookup (#4485)yushao22021-05-231-3/+127
* Consider using with no assign (#4476)DudeNr332021-05-171-20/+14
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-091-2/+21
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+51
* Fix crash min-max refactoring checker (#4380)Marc Mueller2021-04-191-1/+3
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-171-0/+88
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Bug pylint 4019 (#4311)hippo912021-04-081-0/+7
* Bug pylint 4122 (#4304)hippo912021-04-071-1/+8
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-2/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-20/+0
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-201-0/+61
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-2/+2
* Formatting according to blackhippo912020-10-031-2/+5
* Changes the way TryExcept node are considered return ended.hippo912020-10-031-3/+6
* Fix `super-with-arguments` if no `__class__` cellDavid Cain2020-09-231-0/+1
* Move len-checker helpers to utils fileethan-leba2020-09-221-2/+1
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-7/+7
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Corrects type hintshippo912020-09-061-1/+1
* Corrects type hints and remove useless isinstancehippo912020-09-061-5/+3
* Adds some type hintshippo912020-09-061-5/+5
* Merge branch 'master' into bug_pylint_3468hippo912020-09-061-45/+84
* Add typing to pylint.refactoring._is_trailing_commaPierre Sassoulas2020-09-051-6/+10
* Move the RefactoringChecker to its own filePierre Sassoulas2020-09-051-0/+1349