summaryrefslogtreecommitdiff
path: root/tests/functional/u/undefined/undefined_variable.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fix `used-before-assignment` for functions/classes defined in type checking g...Rogdham2022-08-271-0/+9
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-11/+9
* Fix ``undefined-variable`` for ``__class__`` in inner methods (#6957)Daniël van Noord2022-06-151-0/+6
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-0/+2
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Fix #5399: Fix false negatives for further variable messages for invalid type...Jacob Walls2022-01-291-1/+10
* Fix #5713: Emit `used-before-assignment` instead of `undefined-variable` when...Jacob Walls2022-01-261-85/+1
* Fix #5568: Allow nested classes as return annotations (#5688)Jacob Walls2022-01-161-0/+15
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-2/+2
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-231-3/+56
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+34
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-0/+10
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Fix false positive undefined variable in decorator with list comprehension (#...Marcin Kurczewski2021-07-221-0/+19
* Add a regression test for undefined-loop-variable false positivePierre Sassoulas2021-07-191-0/+15
* Revert "Fix existing tests"Marc Mueller2021-06-101-2/+2
* Fix existing testsMarc Mueller2021-06-101-2/+2
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-071-0/+296