Skip to content

Commit 7e67a43

Browse files
committed
Try to lower the --max-complexity threshold in the file .flake8
1 parent 38ac4c0 commit 7e67a43

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,6 +1,6 @@
11
[flake8]
22
max-line-length = 88
3-
max-complexity = 21
3+
max-complexity = 17
44
extend-ignore =
55
A003 # Class attribute is shadowing a python builtin
66
# Formatting style for `black`

0 commit comments

Comments
 (0)