python-trio / flake8-async

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

noqa now correctly ignored when running as plugin. ast-based visitors… #188

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

… now suppress noqa'd errors (when run standalone).

fixes 3rd and 6th checkbox in #185