We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f73f3 commit 77ab3e2Copy full SHA for 77ab3e2
pyproject.toml
@@ -92,6 +92,7 @@ dummy-variables-rgx = "response_start|response_body|response_done|error|formatte
92
93
[tool.pylint.design]
94
max-args=10
95
+max-positional-arguments=10
96
max-locals=35
97
max-branches=25
98
max-statements=100
0 commit comments