summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor Variable checker to use less argument in functionrefactor-variable-checker-visit_namePierre Sassoulas2021-10-161-47/+50
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+18
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-1/+3
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-041-2/+18
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-2/+6
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-131-5/+4
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-111-1/+7
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-26/+26
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-6/+5
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-1/+3
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-181-149/+134
* Fix false-positive used-before-assignment with := in Return nodeMarc Mueller2021-08-121-0/+1
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-121-17/+31
* Fix false positives for invalid-all-format (#4711) (#4829)kasium2021-08-111-1/+1
* Fix false negative for used-before-assignment (ExceptHandler) (#4791)David Liu2021-08-031-18/+49
* Bump pylint to 2.9.6, update changelogv2.9.6Pierre Sassoulas2021-07-251-1/+1
* Fix false positive undefined variable in decorator with list comprehension (#...Marcin Kurczewski2021-07-221-3/+7
* Ignore import errors if in guarded import block (#4702)Marc Mueller2021-07-191-2/+10
* [undefined-variable] Further simplification: the code we fixed was duplicatedPierre Sassoulas2021-07-091-9/+7
* [undefined-variable] Simplify the undefined variable checkPierre Sassoulas2021-07-091-19/+10
* [undefined-variable] Fix crash when metaclass was parsed as an attributePierre Sassoulas2021-07-091-2/+4
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-0/+2
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+4
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-201-8/+1
* Add new checker invalid-all-formatMarc Mueller2021-06-011-0/+10
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-1/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* resolved false positive on unused variables in decorator functions (#4373)haasea2021-04-181-0/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-071-1/+6
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix false-positive for unused-import on class keyword argumentsMarc Mueller2021-03-281-0/+8
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-8/+6
* Improve handling of assignment expressionsMarc Mueller2021-03-261-1/+22
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-051-2/+16
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+3
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-5/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-6/+6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-18/+9
* Fix E714 test for object identity should be 'is not'Pierre Sassoulas2021-02-151-2/+2
* Fix multiple false positives with assignment expressionsMarc Mueller2021-02-151-0/+30
* Fix a crash in `undefined-variable` caused by chained attributes in metaclassClaudiu Popa2020-12-291-1/+4
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1