Skip to content

Commit 03f25a9

Browse files
authored
DEV: Increase Cognitive Complexity Limit In setup (#201)
- Increase cognitive complexity limit in setup Co-authored by: @John-P
1 parent 3ec3f49 commit 03f25a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ max-line-length = 88
2020
extend-ignore = E203 # For black compatibility
2121
spellcheck-targets = comments
2222
dictionaries = en_US,python,technical
23-
max-cognitive-complexity = 11
23+
max-cognitive-complexity = 14
2424
max-expression-complexity = 7
2525

2626
[aliases]

0 commit comments

Comments
 (0)