Skip to content

Commit 34ac298

Browse files
committed
Quiet some style noise.
1 parent f587e18 commit 34ac298

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ ignore = [
117117
"FBT", # It's worth avoiding boolean args but I don't care to enforce it
118118
"FIX", # Yes thanks, if I could it wouldn't be there
119119
"N", # These naming rules are silly
120-
"PLR0912", # These metrics are fine to be aware of but not to enforce
120+
"PLC0415", # too noisy, there are too many cases this is fine
121+
"PLR0911", # These metrics are fine to be aware of but not to enforce
122+
"PLR0912",
121123
"PLR0913",
122124
"PLR0915",
123125
"PLW2901", # Shadowing for loop variables is occasionally fine.

0 commit comments

Comments
 (0)