summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/refactoring_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Use node_ancestors to get rid of some while-loops (#5005)Nick Drozd2021-09-181-3/+3
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Remove most `typing.cast()` calls (#4995)Daniël van Noord2021-09-151-3/+1
* Extend consider-using-in for attribute accessMarc Mueller2021-09-051-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-12/+12
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-1/+6
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-5/+1
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-189/+183
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-2/+14
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-0/+25
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
* Fix crash if a callable returning a context manager was assigned to a list or...DudeNr332021-07-211-1/+5
* Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...DudeNr332021-07-201-11/+124
* Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)DudeNr332021-07-061-1/+17
* Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...DudeNr332021-07-041-2/+21
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* 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