Skip to content

Commit fe08737

Browse files
authored
Merge pull request #41 from blowekamp/update_complexity
Reduce accepted cyclomatic complexity from 32 to 25
2 parents cbd3898 + 43591f5 commit fe08737

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
@@ -33,4 +33,4 @@ local_scheme = "dirty-tag"
3333
[tool.flake8]
3434
max-line-length = 88
3535
ignore = ['E203', 'W503']
36-
max_complexity = 32
36+
max_complexity = 25

0 commit comments

Comments
 (0)