Skip to content

Commit 3f5a463

Browse files
committed
flake8 config set max-line-length 79 and max-complexity 12
1 parent 108fcc1 commit 3f5a463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
2-
max-line-length = 100
2+
max-line-length = 79
3+
max-complexity = 12
34
exclude = .git
45
# E731: do not assign a lambda expression, use a def
56
# W503: line break before binary operator

0 commit comments

Comments
 (0)