summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify typing.Literal checksimplify_literal_checkAnthony Sottile2020-10-021-6/+2
* Fix test_invalidEscape with recent PyPy3 versions, closes #584 (#585)Louis Sautier2020-10-024-27/+23
* fix: don't return syntax error for Annotated's metadata (#580)Sebastian Kreft2020-09-282-9/+71
* Fix undefined name in annotations (#535)Sebastian Rittau2020-09-282-13/+84
* Extend F822 to support tuple concatenation (#544)jack11422020-09-272-5/+14
* update pypy download urls (#581)Anthony Sottile2020-09-271-2/+2
* List Python 3.8 support (#541)Brett Cannon2020-05-114-2/+5
* Add tests demonstrating common use of TYPE_CHECKING guards (#531)Anthony Sottile2020-04-271-0/+44
* Fix test for nightly Python (3.9) (#532)Petter Strandmark2020-04-262-0/+7
* Release 2.2.02.2.0Anthony Sottile2020-04-092-1/+28
* Fix pyflakes for removal of ast.Param (#523)Anthony Sottile2020-03-181-3/+5
* Be more cautious when identifying typing Literal (#517)Anthony Sottile2020-03-172-1/+22
* Fix quoted type annotations in unusual contexts (#516)Peter Law2020-03-172-13/+102
* Deprecate optparse in favor of argparse (#499)sim-d2020-03-171-3/+7
* Add a check for if statement conditions which are non-empty tuples (#512)Peter Law2020-03-173-2/+39
* Clarify message docstring (#522)Peter Law2020-03-141-1/+1
* Fix bug in async function scope checking (#511)Peter Law2020-03-132-2/+8
* Warn about is comparison to tuple (#484)Anthony Sottile2020-02-173-7/+74
* Fix false positive with partially quoted annotations (#479)Anthony Sottile2020-02-142-19/+144
* Make pyflakes more resistant to syntax additions (#490)Anthony Sottile2020-02-072-1/+20
* Fix annotation of posonlyarg (#508)Anthony Sottile2020-01-172-0/+12
* Allow continue inside finally in 3.8+ (#476)Batuhan Taşkaya2019-11-032-1/+4
* fix test name typo (#478)Florian Dahlitz2019-10-051-1/+1
* Allow @overload on async functions as well (#472)Anthony Sottile2019-09-302-1/+21
* Support typing_extensions.overload in addition to typing.overload (#466)Michael J. Sullivan2019-09-282-1/+20
* Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)Anthony Sottile2019-09-284-36/+49
* Remove unnecessary `else` (#439)Steven Myint2019-08-121-2/+2
* Add support for PEP 572 assignment expressions (#457)Anthony Sottile2019-08-122-1/+10
* In PEP 484 type comments, allow text after "# type: ignore" (#455)Michael J. Sullivan2019-08-123-5/+28
* Fix RST markup of bullet point list (#459)Peter Cock2019-08-071-0/+1
* Shebang detection improvements (#438)Ville Skyttä2019-08-042-4/+29
* String formatting linting (#443)Anthony Sottile2019-07-303-3/+593
* Use absolute link to change log for PyPI's benefit (#451)Steven Myint2019-07-161-1/+1
* Namespace pyflakes's node monkeypatches (#444)Anthony Sottile2019-07-161-18/+27
* Merge tag '2.1.1'Phil Frost2019-07-132-1/+5
|\
| * Release 2.1.12.1.1Phil Frost2019-02-282-1/+5
* | Fix NoneType has no attribute parent when handling doctests (#452)Marius Gedminas2019-07-092-1/+12
* | Fix return annotation is class level variable caused undefined (#448)秋葉2019-07-022-1/+21
* | Add another test for #422 (#433)Markus Unterwaditzer2019-05-041-14/+6
* | Improve @overload detection (#435)Anthony Sottile2019-03-012-8/+52
* | Include column numbers with all error messages (#426)Aaron Meurer2019-02-091-2/+2
|/
* Fix line number of comment syntax error message (#420)Anthony Sottile2019-02-012-1/+15
* Fix typing.overload check to only check imported names (#423)Anthony Sottile2019-01-312-0/+23
* Fix appveyor buildAnthony Sottile2019-01-311-30/+8
* Write changelog and bump version for 2.1.02.1.0Anthony Sottile2019-01-232-1/+23
* Fix regression with `__all__ = [not, strings]`Anthony Sottile2019-01-222-3/+36
* Use file_tokens to better match flake8 apiAnthony Sottile2019-01-214-11/+13
* Allow star args in type commentsAnthony Sottile2019-01-212-1/+12
* Add check for use of 'is' operator with str, bytes, and int literalsJon Dufresne2019-01-193-1/+219
* Set the proper scope for `async def`Anthony Sottile2019-01-172-0/+9