Skip to content

Commit ba69990

Browse files
committed
Ignore what seems to be a nonsensical ruff rule.
If I had more energy I'd go hunt down what the thinking is, but for now, just go away.
1 parent ca137c6 commit ba69990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ ignore = [
130130
"RET505", # These push you to use `if` instead of `elif`, but for no reason
131131
"RET506",
132132
"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
133134
"SIM300", # Not sure what heuristic this uses, but it's easily incorrect
134135
"SLF001", # Private usage within this package itself is fine
135136
"TD", # These TODO style rules are also silly

0 commit comments

Comments
 (0)