python-trio / flake8-async

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

change sync_errors to be an ignore-list #77

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

sync_errors in test_flake8_trio has not been updated in a while, I think that should probably be a list of errors to ignore on sync code rather than the other way so you don't forget to expand the list when adding new errors.