Skip to content

Commit 9d4e042

Browse files
Lower function complexity threshold
Refactoring has lowered the complexity of main().
1 parent 62d975c commit 9d4e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ max-complexity = 45
169169
[tool.ruff.lint.pylint]
170170
allow-magic-value-types = ["bytes", "int", "str",]
171171
max-args = 13
172-
max-branches = 51
172+
max-branches = 46
173173
max-returns = 11
174174
max-statements = 119

0 commit comments

Comments
 (0)