Skip to content

Commit

Permalink
#176 remove McCabe complexity constraint from .flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Dec 7, 2017
1 parent a3dbdc5 commit 8ee7d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[flake8]
ignore =
max-line-length = 79
exclude = .git,.cache,docs,docker,build,dist,GeoHealthCheck/migrations
max-complexity = 38
# max-complexity = 38

0 comments on commit 8ee7d7f

Please sign in to comment.