summaryrefslogtreecommitdiff
path: root/tests/functional/u/used
Commit message (Expand)AuthorAgeFilesLines
* Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-293-10/+23
* Fix FP `used-before-assignment` for statements guarded under same test (#8581)Jacob Walls2023-04-162-1/+50
* Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-152-0/+20
* Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-304-6/+21
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2912-20/+20
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+13
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-072-6/+90
* Fix FP for `used-before-assignment` when reimporting name used in type annota...Jacob Walls2023-01-232-1/+4
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-083-0/+46
* Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-252-5/+12
* Fix unreleased false positives with `used-before-assignment` (#7921)Jacob Walls2022-12-121-0/+10
* Prevent `used-before-assignment` in pattern matching with a guard (#7922)Jacob Walls2022-12-122-0/+9
* Emit `used-before-assignment` for further imports guarded by TYPE_CHECKING (#...Jacob Walls2022-12-102-4/+16
* Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-232-4/+21
* Emit `used-before-assignment` for variables only defined under always false t...Jacob Walls2022-11-224-3/+88
* Fix false positive for 'used-before-assignment' with terminating func (#7784)Dani Alcala2022-11-172-5/+18
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-052-1/+2
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-163-5/+3
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-223-3/+6
* Emit `used-before-assignment` when function arguments are redefined inside an...Jacob Walls2022-09-042-0/+19
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-185-15/+13
* Emit `used-before-assignment` when reimporting later in a function (#6979)Jacob Walls2022-06-232-1/+15
* Emit `used-before-assignment` when calling nested functions before assignment...Jacob Walls2022-06-162-0/+8
* Emit `used-before-assignment` for self-referencing assignments under if condi...Jacob Walls2022-06-152-0/+8
* Avoid `used-before-assignment` in except handlers employing type annotationsJacob Walls2022-06-102-6/+16
* Prevent `used-before-assignment` for names only defined under `except` if the...Jacob Walls2022-06-032-0/+65
* 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-062-0/+32
* Account for more node types in handling of except block homonyms with compreh...Jacob Walls2022-04-021-0/+44
* Remove assumption of direct parentage in `used-before-assignment` homonym han...Jacob Walls2022-03-301-0/+42
* Add regression test for #5982 upgrade astroid to 2.11.2 (#5988)Jacob Walls2022-03-272-1/+8
* Fix nonlocal in try block regression for `used-before-assignment` (#5966)Jacob Walls2022-03-252-8/+37
* Fix #4590: `used-before-assignment` false positive for class definition in fu...Jacob Walls2022-03-211-0/+13
* Fix `used-before-assignment` false positive for except handler names shared b...Jacob Walls2022-02-171-0/+7
* Move functional test files to new structureDaniël van Noord2022-02-1028-0/+1026