summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 704b22c34..e8b6a7169 100644
--- a/.flake8
+++ b/.flake8
@@ -4,5 +4,6 @@ ignore =
E114, # comment indentation not a multiple of 4
E501, # line too long
E121, # continuation line under-indented for hanging indent
- E241 # space after comma (ignored for list in gen-s-parser.py)
+ E241, # space after comma (ignored for list in gen-s-parser.py)
+ W504 # line break after binary operator
exclude = ./test/emscripten,./test/spec,./test/wasm-install