Skip to content

Commit 91afdef

Browse files
committed
Merge branch 'mr/trespeuch/ruff' into 'master'
Raise the maximum number of arguments and statements See merge request it/e3-aws!139
2 parents bb41f59 + 73c3534 commit 91afdef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@ section-order = [
131131
[tool.ruff.lint.isort.sections]
132132
e3 = ["e3*"]
133133
typing = ["typing"]
134+
135+
[tool.ruff.lint.pylint]
136+
max-args = 8
137+
max-statements = 75

0 commit comments

Comments
 (0)