summaryrefslogtreecommitdiff
path: root/tests/functional/u/used/used_before_assignment_nonlocal.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-1/+1
* 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` when function arguments are redefined inside an...Jacob Walls2022-09-041-0/+18
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-1/+0
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Prevent `used-before-assignment` for assignment via nonlocal after type annot...Jacob Walls2022-04-061-0/+31
* Move functional test files to new structureDaniël van Noord2022-02-101-0/+60