Files
ci-emsdk/.flake8
Sam Clegg 40495c0a31 Fix a bunch of flake8 warnings (#239)
Now that we have much better testing in CI this kind of change
should be much easier to make with confidence.
2019-08-29 12:15:39 -07:00

23 lines
443 B
INI

[flake8]
ignore =
E111, # Indentation is not a multiple of four
E114, # Indentation is not a multiple of four (comment)
E501, # Line too long
E261, # At least two spaces before inline comment
E121, # Continuation line under-indented for hanging indent
E722 # bare excepts
exclude =
./gnu
./upstream
./fastcomp
./releases
./clang
./emscripten
./binaryen
./git
./node
./python
./temp
./zips
./crunch