python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

Support match/case, exception groups #173

Open jakkdl opened 1 year ago

jakkdl commented 1 year ago

I randomly realized TRIO91X (and maybe others) don't have any logic for match/case, and for any errors working with exceptions I should check that they also work with exception groups - I haven't checked how the AST looks for that.