python-trio / flake8-async

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

eradicate commented out code #87

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Also some false alarms that I ended up wrapping in "``"

jakkdl commented 1 year ago

I haven't added it to tox.ini due to it not being compatible with flake8-6 https://github.com/wemake-services/flake8-eradicate/issues/269 and it didn't feel worth the hassle to modify it enough to get that working for a minor check.