summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/refactoring_checker.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-1/+4
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-2/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-3/+3
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniël van Noord2022-04-141-11/+13
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-1/+1
* Use ``argparse`` config handler on three checkersDaniël van Noord2022-04-051-5/+8
* [refactor] Use for v in *.values() instead of _, v in *.items()Pierre Sassoulas2022-04-021-1/+1
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-2/+0
* Fix crash in ``unnecessary-list-index-lookup`` checker (#6049)Tim Martin2022-03-311-0/+5
* New checker `unnecessary-list-index-lookup` (#4525) (#5834)Tim Martin2022-03-251-1/+85
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Simplify ``cached_property`` import guards (#5915)Daniël van Noord2022-03-141-13/+2
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-2/+5
* Use ``functools.cached_property`` on 3.8+ (#5907)Daniël van Noord2022-03-121-2/+19
* Use value directly instead of index in ``enumerate`` contexts (#5856)Tim Martin2022-03-021-4/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-13/+13
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-301-8/+9
* Create separate documentation page for each message (#5396)Daniël van Noord2022-01-281-2/+2
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-7/+9
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-14/+14
* Fix false positive `consider-using-dict-comprehension` when creating a dict u...Tushar Sadhwani2021-12-301-3/+22
* Fix reported node for `unnecessary-comprehension` (#5601)Tushar Sadhwani2021-12-281-2/+4
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-171-16/+11
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-121-0/+2
* Add tempfile.TemporaryFile to CALLS_RETURNING_CONTEXT_MANAGERSJacob Walls2021-12-041-0/+1
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-031-0/+3
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-6/+6
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-291-2/+2
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-8/+5
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-1/+1
* [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