Checks Python source files for errors

Clone this repo:
  1. c68ed1b Fix supported Python versions in README (#803) by Stefan · 9 months ago main
  2. b1f8362 allow assignment expressions to redefine outer names (#801) by Anthony Sottile · 9 months ago
  3. 5d192ce Add __debuggerskip__ as special local by Daniel Li · 2 years, 1 month ago
  4. 881ed2f Release 3.2.0 by Anthony Sottile · 11 months ago 3.2.0
  5. ee2bef4 handle TypeVarTuple and ParamSpec for PEP 695 (#799) by Anthony Sottile · 11 months ago
  6. fad8ffb run flake8 in 3.12 now that 6.1 has been released (#782) by Anthony Sottile · 1 year, 4 months ago
  7. 58b94a0 Release 3.1.0 by Anthony Sottile · 1 year, 4 months ago 3.1.0
  8. afe2c4d 3.12: add support for type params and type statements (#778) by Anthony Sottile · 1 year, 5 months ago
  9. 0727850 fix test failures in python 3.12 (#777) by Anthony Sottile · 1 year, 5 months ago
  10. ad5e15f remove deprecated ast references (#776) by Anthony Sottile · 1 year, 5 months ago
  11. 836631f fix error reporter and testsuite in 3.11.4+ (#775) by Anthony Sottile · 1 year, 5 months ago
  12. f2671ff allow redefinition of functions across match arms (#772) by Anthony Sottile · 1 year, 7 months ago
  13. e19886e fix accessed global annotation being redefined in a local scope (#765) by Anthony Sottile · 1 year, 10 months ago
  14. e932464 produce an error when a definition shadows an unused assignment (#761) by Anthony Sottile · 1 year, 10 months ago
  15. 33bbb82 pushScope / popScope -> with in_scope(...) (#755) by Anthony Sottile · 2 years ago
  16. c3273c5 handle deferred checking as a queue (#754) by Anthony Sottile · 2 years ago
  17. 4158a45 remove outdated / incorrect comments (#753) by Anthony Sottile · 2 years ago
  18. fba640d upgrade flake8 to silence file_tokens warning (#751) by Anthony Sottile · 2 years ago
  19. 98d4fa3 pyflakes: python3.8+ (#752) by Anthony Sottile · 2 years ago
  20. 37f203e fold unused checks into final scope checking (#750) by Anthony Sottile · 2 years ago