Automatically remove unnecessary # noqa
comments
#5572
Answered
by
charliermarsh
its-monotype
asked this question in
Q&A
-
How to activate yesqa to automatically remove unnecessary |
Beta Was this translation helpful? Give feedback.
Answered by
charliermarsh
Jul 6, 2023
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
its-monotype
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
unused-noqa
rule (RUF100
): https://beta.ruff.rs/docs/rules/unused-noqa/