Skip to content

23.3.23

Compare
Choose a tag to compare
@cooperlees cooperlees released this 23 Mar 14:45
· 76 commits to main since this release
  • flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
    • This has allowed some more modern AST usage cleanup and less CI running etc.
  • B030: Fix crash on certain unusual except handlers (e.g. except a[0].b:)