diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |