aboutsummaryrefslogtreecommitdiff
path: root/flake8
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-12-17 22:19:03 +0000
committerCody Hiar <codyfh@gmail.com>2018-12-17 22:19:03 +0000
commit0d48964a2ff35d2ce8af9f4f78d6a656ff49af17 (patch)
tree35cebea450e7a20745cd544f4db9ff7d94641f3f /flake8
parent3c3a82f38a4de58b8fe2ce0d6d2d606c8a156df5 (diff)
Updating python setup
Diffstat (limited to 'flake8')
-rw-r--r--flake811
1 files changed, 7 insertions, 4 deletions
diff --git a/flake8 b/flake8
index 464614b..fb6d15f 100644
--- a/flake8
+++ b/flake8
@@ -1,6 +1,9 @@
[flake8]
exclude =
- migrations,
- __init__.py,
- settings,
-max-line-length = 99
+ migrations,
+ __init__.py,
+ settings,
+ venv
+max-line-length = 88
+max-complexity = 18
+ignore = E126, E501, W503