Files
ci-emsdk/.flake8
Sam Clegg 6ab7f5829a Cleanup emsdk.py (#362)
- Remove some unneeded use of `global` keyword
- Use OrderedDict
- Add exit_with_error helper
- Remove SPIDERMONKY_ENGINE from emscripten config
2019-10-07 17:02:15 -07:00

22 lines
390 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
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