summaryrefslogtreecommitdiff
path: root/pylint/checkers/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.13.9, update changelogv2.13.9Pierre Sassoulas2022-05-131-1/+1
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-131-12/+18
* Fix a crash in the ``unsupported-membership-test`` checker involving tuple un...Jacob Walls2022-04-201-1/+12
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-261-0/+11
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-56/+1
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-211-0/+2
* Handle ``ComprehensionScope`` and their behaviour better (#5923)Daniël van Noord2022-03-151-0/+5
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+5
* Fix typing of safe_infer (#5902)Daniël van Noord2022-03-131-3/+5
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-11/+19
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-31/+31
* Fix unsafe utils.safe_infer (#5775)Marc Mueller2022-02-061-0/+1
* Fixed false positive for ``global-variable-undefined`` (#5690)Mark Byrne2022-01-171-1/+3
* Fix typing of get_node_first_ancestor_of_type() and related method (#5686)Jacob Walls2022-01-151-2/+2
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-4/+4
* Fixed false positive for ``global-variable-not-assigned`` when the `del` stat...Mark Byrne2022-01-101-0/+9
* Don't assume direct parentage when emitting `used-before-assignment` (#5582)Jacob Walls2022-01-101-0/+16
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-18/+12
* Upgrade mypy to 0.930 (#5592)Marc Mueller2021-12-231-1/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-11/+10
* Fix crash on uninferable decorators on Python 3.6 and 3.7 (#5549)Daniël van Noord2021-12-171-1/+5
* Add ``future=True`` to all ``NodeNG.statement()`` calls (#5310)Daniël van Noord2021-12-161-1/+1
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-141-0/+7
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-2/+2
* Deprecate ``is_inside_lambda`` from utils (#5447)Daniël van Noord2021-12-031-1/+7
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-11-291-1/+0
* update code based on code reviewyushao22021-11-291-3/+3
* added util functions and changed code according to pr commentsYu Shao2021-11-291-0/+14
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-3/+3
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+6
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-2/+2
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-091-1/+44
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+7
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-22/+11
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+9
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-231-6/+2
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-0/+18
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-091-5/+19
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-071-1/+35
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-061-0/+10
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-281-1/+4
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-1/+1
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-201-4/+9
* Use node_ancestors to get rid of some while-loops (#5005)Nick Drozd2021-09-181-13/+5
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-111-0/+8
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-19/+8