summaryrefslogtreecommitdiff
path: root/tests/functional/u/undefined/undefined_variable_py38.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-3/+3
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-111-3/+7
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-071-0/+20
* Fix unreleased false positives with `used-before-assignment` (#7921)Jacob Walls2022-12-121-0/+4
* Prevent `used-before-assignment` for variables defined in assignment expressi...Jacob Walls2022-11-251-3/+4
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-221-0/+5
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-161-1/+1
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-221-1/+1
* Emit `used-before-assignment` for self-referencing assignments under if condi...Jacob Walls2022-06-151-0/+5
* Warn about self-referencing named expressions lacking prior assignments (#6915)Jacob Walls2022-06-121-1/+7
* Fix handling of "for x in x" homonyms (#6154)Jacob Walls2022-04-031-1/+1
* Fix #5112: Prevent `used-before-assignment` if named expression found first i...Jacob Walls2022-02-171-0/+14
* Fix false positive `used-before-assignment` for named expressions in ternary ...Jacob Walls2022-02-021-0/+16
* Remove moot TODO (#5747)Jacob Walls2022-01-301-2/+1
* Fix test conflicts after merging two valid MR incompatible together (#5726)Jacob Walls2022-01-261-2/+2
* Fix false negative for `undefined-variable` (#5711)Jacob Walls2022-01-261-1/+16
* Fix false positive for `unused-variable` for a comprehension variable matchin...Jacob Walls2022-01-101-2/+19
* Fix ``used-before-assignment`` for assignment expressions in lambda (#5530)Daniël van Noord2021-12-211-0/+11
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-261-1/+50
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-0/+33
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-231-0/+17