Skip to content

Commit

Permalink
Enable complexity limit. Fixes #34.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 9, 2021
1 parent a36768a commit cc05202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[flake8]
max-line-length = 88
max-complexity = 10 # jaraco/skeleton#34
ignore =
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
W503
Expand Down

0 comments on commit cc05202

Please sign in to comment.