Skip to content

Commit

Permalink
Increase allowed complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Jan 7, 2025
1 parent 3fad86e commit fee81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exclude = [
]

[tool.ruff.lint.mccabe]
max-complexity = 12
max-complexity = 15

[tool.mypy]
warn_unused_configs = true
Expand Down

0 comments on commit fee81a0

Please sign in to comment.