We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca137c6 commit ba69990Copy full SHA for ba69990
1 file changed
pyproject.toml
@@ -130,6 +130,7 @@ ignore = [
130
"RET505", # These push you to use `if` instead of `elif`, but for no reason
131
"RET506",
132
"RSE102", # Ha, what, who even knew you could leave the parens off. But no.
133
+ "RUF043", # This rule makes no sense. "foo.*bar" is a string containing a regex
134
"SIM300", # Not sure what heuristic this uses, but it's easily incorrect
135
"SLF001", # Private usage within this package itself is fine
136
"TD", # These TODO style rules are also silly
0 commit comments