Skip to content

Commit 3e876d7

Browse files
committed
Enable complexity limit. Fixes jaraco/skeleton#34.
1 parent a36768a commit 3e876d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[flake8]
22
max-line-length = 88
3+
4+
# jaraco/skeleton#34
5+
max-complexity = 10
6+
37
ignore =
48
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
59
W503

0 commit comments

Comments
 (0)