python-trio / flake8-async

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

Add TRIO900 - async generator without known safe decorator #98

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Fixes #96

Just over 30 minutes! Not a record, but :speedboat:

Couldn't resist solving disabled-by-default with a decorator know that I'd figured out how to do that :innocent:

jakkdl commented 1 year ago

rebased on top of main