Skip to content

Commit

Permalink
Enable McCabe cyclomatic complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 committed Jan 6, 2025
1 parent 1ce62af commit 49d017b
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 @@ -156,7 +156,7 @@ select = [
]

ignore = [
"C901", # Temporarily
# "C901", # McCabe cyclomatic complexity
"D202", # No blank lines allowed after function docstring
"D203", # 1 blank line required before class docstring
"D213", # Multi-line docstring summary should start at the second line
Expand Down

0 comments on commit 49d017b

Please sign in to comment.