Commits
Click on a commit to change the comparison range[syntax-errors] `except*` before Python 3.11
Summary
--
One of the simpler ones, just detect the use of `except*` before 3.11.
Test Plan
--
New inline tests.
I'm thinking it may be okay to leave out linter CLI tests for these since we
have a few tests for the plumbing already, but I'm happy to add those again if
that's preferable. use PythonVersion::latest() in cache tests
`flake8_bugbear/B904.py` was failing and just needed 3.11 but this could be a
recurring issue as we add more syntax errors, so just bump to latest