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.
2 parents bb41f59 + 73c3534 commit 91afdefCopy full SHA for 91afdef
1 file changed
pyproject.toml
@@ -131,3 +131,7 @@ section-order = [
131
[tool.ruff.lint.isort.sections]
132
e3 = ["e3*"]
133
typing = ["typing"]
134
+
135
+[tool.ruff.lint.pylint]
136
+max-args = 8
137
+max-statements = 75
0 commit comments