python-trio / flake8-async

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

trio232 now also handles annotated assignments, and added lots of tests #111

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Any one of these unhandled cases probably isn't too bad to handle - but to handle all of them would end up making this a pretty complex check. See #110 But if you think any in particular is a common pattern, I can implement that.