python-trio / flake8-async

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

Extend 102 to excepts, 104 also catch yield #18

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

Also add info to error messages on 102&103, rename variables and minor refactor of Visitor102 to match later visitors.