Skip to content

Commit 7112cd6

Browse files
committed
Try to lower the --max-complexity threshold in the file .flake8
1 parent 9e605cd commit 7112cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .flake8

+1-1
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 = 19
4+
max-complexity = 17
55
extend-ignore =
66
# Formatting style for `black`
77
# E203 is whitespace before ':'

0 commit comments

Comments
 (0)