aboutsummaryrefslogtreecommitdiff
path: root/flake8
diff options
context:
space:
mode:
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