python-trio / flake8-async

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

use ruff noqa handling #198

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

enables the noqa checks in ruff, removing the noqa comments on rules not enforced by it, and disabling those rules in flake8.

unrelated: randomly noticed that pretty-format-toml doesn't enforce consistent usage of ' vs " for strings, so that's kind of a mess :unamused: