summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 40e3b5f..826c171 100644
--- a/.flake8
+++ b/.flake8
@@ -1,4 +1,4 @@
[flake8]
exclude = .pytest_cache, python_creole.egg-info
-ignore = E402
+ignore = E115,E124,E128,E265,E301,E309,E501
max-line-length = 119