Skip to content

Commit b172505

Browse files
committed
Lower the --max-complexity threshold in the file .flake8
1 parent 4997bae commit b172505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
max-line-length = 88
33
# max-complexity should be 10
4-
max-complexity = 21
4+
max-complexity = 19
55
extend-ignore =
66
# Formatting style for `black`
77
E203 # Whitespace before ':'

0 commit comments

Comments
 (0)