Commit 3e876d79 authored by Jason R. Coombs's avatar Jason R. Coombs

Enable complexity limit. Fixes jaraco/skeleton#34.

parent a36768aa
[flake8]
max-line-length = 88
# jaraco/skeleton#34
max-complexity = 10
ignore =
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
W503
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment