python-trio / flake8-async

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

fix flake8-noqa compatibility #92

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Huge PR :grin:

Not sure why that colon was added in the first place, but the plugin now finally works with flake8-noqa's NQA102 and NQA103

jakkdl commented 1 year ago

I could add a regression test for this if you want.