Skip to content

Commit 77ab3e2

Browse files
committed
Take it easy on positional args (for now)
1 parent 45f73f3 commit 77ab3e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ dummy-variables-rgx = "response_start|response_body|response_done|error|formatte
9292

9393
[tool.pylint.design]
9494
max-args=10
95+
max-positional-arguments=10
9596
max-locals=35
9697
max-branches=25
9798
max-statements=100

0 commit comments

Comments
 (0)