summaryrefslogtreecommitdiff
path: root/tests/functional/p/postponed_evaluation_pep585_error.py
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Move tests starting with 'postponed' in a subdirPierre Sassoulas2023-03-231-124/+0
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-151-1/+9
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-1/+1
* Fix - Improve check for invalid PEP 585 syntax (#4345)Marc Mueller2021-04-121-2/+6
* Improve check for invalid PEP 585 syntax inside functions (#4340)Marc Mueller2021-04-121-1/+14
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-161-3/+17
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-151-0/+85