summaryrefslogtreecommitdiff
path: root/tests/functional/ext/typing
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-294-4/+4
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-268-13/+25
* Fix invalid type false positive (#8206)Nick Drozd2023-02-142-2/+2
* Add some test cases for redundant type check (#8136)Nick Drozd2023-02-035-1/+78
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-158-61/+86
* Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...orSolocate2022-11-303-0/+38
* Update documentation for checkers (#7764)Marc Mueller2022-11-131-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-053-3/+3
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-1012-12/+12
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-046-6/+6
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-265-6/+22
* 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
* Revert renaming extension tests (#5473)Marc Mueller2021-12-0518-0/+0
* Update functional test expected output (#5349)Daniël van Noord2021-11-246-106/+106
* Consistency in functional tests for extension's namePierre Sassoulas2021-11-2318-0/+0
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-076-28/+61
* Moved typing extension testsMarc Mueller2021-06-1018-0/+463