summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake85
1 files changed, 1 insertions, 4 deletions
diff --git a/.flake8 b/.flake8
index 2f8c669f..76b60063 100644
--- a/.flake8
+++ b/.flake8
@@ -1,8 +1,5 @@
[flake8]
ignore =
- E111, # indentation not a multiple of 4 (we use 2))
- E114, # comment indentation not a multiple of 4
E501, # line too long
- E121, # continuation line under-indented for hanging indent
W504 # line break after binary operator
-exclude = ./third_party
+exclude = ./third_party ./out