Skip to content

Commit 9933878

Browse files
committed
Lower the --max-complexity threshold in the file .flake8
1 parent c668796 commit 9933878

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 = 25
3+
max-complexity = 21
44
extend-ignore =
55
A003 # Class attribute is shadowing a python builtin
66
# Formatting style for `black`

0 commit comments

Comments
 (0)