python-trio / flake8-async

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

TRIO112: replace one-line nursery with regular function call #34

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

Final remaining issue without a PR :muscle:

Code is fugly, will make a pass tomorrow, but I think the check is done.

jakkdl commented 2 years ago

rebased onto main, added support for multiple withitems, cleaned up code. Also touched on some other stuff, partially related to this. Don't think worth bothering with a separate PR for it (will only be a minor conflict with #22) but can split if you want.