Skip to content

Commit c983c48

Browse files
committed
lower complexity thresholds
1 parent 6553573 commit c983c48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ max-complexity = 15
259259

260260
[tool.ruff.lint.pylint]
261261
# https://docs.astral.sh/ruff/settings/#lint_pylint_max-args
262-
max-args = 27
262+
max-args = 15
263263
# https://docs.astral.sh/ruff/settings/#lint_pylint_max-branches
264-
max-branches = 22
264+
max-branches = 10
265265
# https://docs.astral.sh/ruff/settings/#lint_pylint_max-returns
266-
max-returns = 8
266+
max-returns = 6
267267
# https://docs.astral.sh/ruff/settings/#lint_pylint_max-statements
268-
max-statements = 96
268+
max-statements = 80

0 commit comments

Comments
 (0)