Skip to content

Commit

Permalink
Raise ruff's allowed number of function arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Oct 27, 2023
1 parent be1fb28 commit 7ba3429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ max-complexity = 24
"test/*" = ["D"]

[tool.ruff.pylint]
max-args = 10
max-args = 12
max-branches = 35
max-statements = 100

0 comments on commit 7ba3429

Please sign in to comment.