Skip to content

Commit 6942d08

Browse files
committed
increase max-args for pylint
1 parent 79e5f20 commit 6942d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ target-version = ["py37"]
118118
output-format = "colorized"
119119

120120
[tool.pylint.design]
121-
max-args = 20
121+
max-args = 25
122122
max-locals = 50
123123
max-branches = 30
124124
max-statements = 80

0 commit comments

Comments
 (0)