summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_checker.py
Commit message (Expand)AuthorAgeFilesLines
* remove handling of `# type:` comments now that pyflakes is py3+ (#684)Anthony Sottile2022-09-161-184/+0
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-4/+2
* In PEP 484 type comments, allow text after "# type: ignore" (#455)Michael J. Sullivan2019-08-121-1/+1
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-0/+186