python-trio / flake8-async

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

Fix trio107&108 false alarm on infinite loops #52

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

So satisfying when all the tools available makes a fix close to trivial to implement. Replaced all instances of while ... in the test files since bool(...) is True. Fixes #47