Clone this repo:
  1. 232cb1d Improve @overload detection (#435) by Anthony Sottile · 5 years ago master
  2. 6ba3f8e Include column numbers with all error messages (#426) by Aaron Meurer · 5 years ago
  3. ba64624 Fix line number of comment syntax error message (#420) by Anthony Sottile · 5 years ago
  4. 2c29431 Fix typing.overload check to only check imported names (#423) by Anthony Sottile · 5 years ago
  5. 72bf8cc Fix appveyor build by Anthony Sottile · 5 years ago
  6. 4bc1f21 Write changelog and bump version for 2.1.0 by Anthony Sottile · 6 years ago 2.1.0
  7. 65fdfad Fix regression with `__all__ = [not, strings]` by Anthony Sottile · 6 years ago
  8. 14f28ba Use file_tokens to better match flake8 api by Anthony Sottile · 6 years ago
  9. 357a2e3 Allow star args in type comments by Anthony Sottile · 6 years ago
  10. 7272b10 Add check for use of 'is' operator with str, bytes, and int literals by Jon Dufresne · 6 years ago
  11. 1f58890 Set the proper scope for `async def` by Anthony Sottile · 6 years ago
  12. 1f4e377 Fix python3.8 docstring offsets by Anthony Sottile · 6 years ago
  13. f144487 Move type annotations tests to their own class by Anthony Sottile · 6 years ago
  14. ac0aeba Parse PEP 484 type comments by Anthony Sottile · 6 years ago
  15. 009f4e7 Update TravisCI to use flake8 3.6.0 (#398) by Addison Elliott · 6 years ago
  16. 066ba4a support module scope __annotations__ by 秋葉 · 6 years ago
  17. 5ff3669 Remove impossible except UnicodeError by Anthony Sottile · 6 years ago
  18. 75bc0c0 Include Python version & OS along with version information by Addison Elliott · 6 years ago
  19. 6ee966d Add support for PEP 563 (#356) (#374) by Jörn Heissler · 6 years ago
  20. c6cc4b6 Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379) by Jörn Heissler · 6 years ago