Skip to content

Commit

Permalink
Take it easy on positional args (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Mar 5, 2025
1 parent 45f73f3 commit 77ab3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ dummy-variables-rgx = "response_start|response_body|response_done|error|formatte

[tool.pylint.design]
max-args=10
max-positional-arguments=10
max-locals=35
max-branches=25
max-statements=100
Expand Down

0 comments on commit 77ab3e2

Please sign in to comment.