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 f587e18 commit 34ac298Copy full SHA for 34ac298
1 file changed
pyproject.toml
@@ -117,7 +117,9 @@ ignore = [
117
"FBT", # It's worth avoiding boolean args but I don't care to enforce it
118
"FIX", # Yes thanks, if I could it wouldn't be there
119
"N", # These naming rules are silly
120
- "PLR0912", # These metrics are fine to be aware of but not to enforce
+ "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",
123
"PLR0913",
124
"PLR0915",
125
"PLW2901", # Shadowing for loop variables is occasionally fine.
0 commit comments