summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Prevent `used-before-assignment` for assignment via nonlocal after type annot...Jacob Walls2022-04-062-0/+32
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-064-137/+82
* Fix false positive for ``unused-import`` when disabling both ``used-before-as...Andreas Finkler2022-04-041-0/+9
* Fix handling of "for x in x" homonyms (#6154)Jacob Walls2022-04-043-2/+8
* Account for more node types in handling of except block homonyms with compreh...Jacob Walls2022-04-043-6/+56
* ``redefined-slots-in-subclass`` crash when slot type is neither a string or c...Mark Byrne2022-04-041-1/+7
* Fix E1102 / ``not-callable`` false positive for property that returns a lambd...Tushar Sadhwani2022-04-041-0/+24
* Fix false-positive for unnecessary-ellipsis checker on comparisons (#6075)Saugat Pachhai2022-04-041-0/+15
* Narrow the scope of the ``unnecessary-ellipsis`` checker (#6081)Mark Byrne2022-04-041-2/+2
* Fix crash in ``super-init-not-called`` checker (#6043)Daniël van Noord2022-03-312-0/+8
* Remove assumption of direct parentage in `used-before-assignment` homonym han...Jacob Walls2022-03-311-0/+42
* Fix false positive for the ``unnecessary-ellipsis`` checker (#6039)Mark Byrne2022-03-311-1/+3
* Fix crash for ``unneccessary-ellipsis`` checker (#6038)Mark Byrne2022-03-311-0/+11
* Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...Sergey B Kirpichev2022-03-291-0/+4
* `unnecessary-ellipsis` false positive: allow ellipsis as default argument (#6...Joe Young2022-03-291-1/+5
* Fix crash on unbalanced tuple unpackingJacob Walls2022-03-292-0/+4
* Fix false negative for `protected-access` on functions (#5990)Jacob Walls2022-03-272-0/+16
* Add regression test for #5982 upgrade astroid to 2.11.2 (#5988)Jacob Walls2022-03-272-1/+8
* Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...Jacob Walls2022-03-271-1/+4
* Fix issue #5969 for `modified_iterating-list` (#5986)orSolocate2022-03-261-0/+16
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-265-6/+22
* Loosen TypeVar name pattern (#5983)Marc Mueller2022-03-262-9/+13
* Fix false positive for `unused-argument` where nested function uses parent ar...Jacob Walls2022-03-263-1/+10
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-261-0/+18
* Fix nonlocal in try block regression for `used-before-assignment` (#5966)Jacob Walls2022-03-262-8/+37
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-245-0/+81
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-244-9/+41
* Fix #4590: `used-before-assignment` false positive for class definition in fu...Jacob Walls2022-03-211-0/+13
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-212-8/+16
* fix(4756): fix false positive `unused-private-member` for private methods (#5...yushao22022-03-152-20/+45
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-143-0/+143
* Add regression test for #5770 (#5846)Jacob Walls2022-03-132-0/+11
* Add regression test for #5771 (#5908)Jacob Walls2022-03-132-0/+16
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-122-0/+17
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-12140-613/+613
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+14
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+13
* Add regression test for issue #5408 (#5795)Daniël van Noord2022-03-121-0/+37
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-125-14/+8
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-114-2/+92
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-1111-1/+35
* Add confidence value to typing extension messages (#5892)Marc Mueller2022-03-116-106/+106
* Add broken Callable check (#5891)Marc Mueller2022-03-108-0/+108
* Add broken NoReturn check (#5304)Marc Mueller2022-03-108-0/+120
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-084-1/+8
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-083-0/+14
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-062-0/+5
* Fix #5112: Prevent `used-before-assignment` if named expression found first i...Jacob Walls2022-02-172-0/+15
* Fix `used-before-assignment` false positive for except handler names shared b...Jacob Walls2022-02-171-0/+7
* Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)Daniël van Noord2022-02-142-10/+74