python-trio / flake8-async

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

CLI toggle whether autofix generates an error #192

Open jakkdl opened 1 year ago

jakkdl commented 1 year ago

Currently autofixed errors print an error, and it looks identical whether it's autofixed or not. This is probably somewhat confusing, so might be nice to suppress the printing of autofixed errors and/or print a message if it's fixed.