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 e1a297a commit 33ab615Copy full SHA for 33ab615
ruff.toml
@@ -74,7 +74,7 @@ ignore = [
74
"PT009", # pytest-unittest-assertion
75
"SLF001", # private-member-access
76
"PLC1901", # compare-to-empty-string
77
- "PLR0913", # too-many-arguments
+# "PLR0913", # too-many-arguments
78
"PLR0915", # too-many-statements
79
"PLR0912", # too-many-branches
80
"PLR0914", # too-many-local-variables
0 commit comments