Skip to content

Commit

Permalink
Bump McCabe complexity to 40 (super high)
Browse files Browse the repository at this point in the history
Until we can fix those complex functions, at least let's being able to test the others without too early fails.
  • Loading branch information
bact authored Dec 11, 2023
1 parent 1ea7911 commit 78ddc17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"

[tool.ruff.lint.mccabe]
# Flag errors (`C901`) whenever the complexity level exceeds 5. Default is 10.
max-complexity = 40

0 comments on commit 78ddc17

Please sign in to comment.