summaryrefslogtreecommitdiff
path: root/tests/functional/u/undefined/undefined_loop_variable.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-5/+5
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-191-0/+20
* fix `undefined-loop-variable` with `break` and `continue` statements in `else...DetachHead2022-08-191-0/+18
* Fix crash when using `enumerate` in a ternary expression (#7132)Jacob Walls2022-07-051-0/+7
* Avoid raising `undefined-loop-variable` twice on same line (#6925)Jacob Walls2022-06-121-0/+8
* Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+7
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-2/+2
* Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-011-0/+20
* Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-011-0/+16
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Fix existing testsMarc Mueller2021-08-131-1/+1
* Add regression tests for issue #3711Pierre Sassoulas2021-08-041-0/+30
* Revert "Fix existing tests"Marc Mueller2021-06-101-1/+1
* Change to consider-using-tupleMarc Mueller2021-06-101-1/+1
* Fix existing testsMarc Mueller2021-06-101-1/+1
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-071-0/+75