usethis-python-ruff
We should avoid supressing rules inline like #noqa: TC001 without an explanatory comment. And we should avoid doing so at all if we can actually comply with the rule by running uv run ruff --fix --unsafe-fixes, which we often can!
There are some rules we should NEVER suppress - for now just mention that TC rule codes never be suppressed.
This came up in #1510
usethis-python-ruffWe should avoid supressing rules inline like
#noqa: TC001without an explanatory comment. And we should avoid doing so at all if we can actually comply with the rule by runninguv run ruff --fix --unsafe-fixes, which we often can!There are some rules we should NEVER suppress - for now just mention that
TCrule codes never be suppressed.This came up in #1510