Skip to content

2.3.0

Compare
Choose a tag to compare
@IanLee1521 IanLee1521 released this 29 Jun 11:58
· 469 commits to main since this release
2.3.0

New Checks:

  • Add E722 warning for bare except clauses
  • Report E704 for async function definitions (async def)

Bugs:

  • Fix another E305 false positive for variables beginning with "class" or
    "def"
  • Fix detection of multiple spaces betwen async and def
  • Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for
    variable annotations.