Update flake8 and fix warnings in .py files (#334)

This commit is contained in:
Sam Clegg
2019-08-28 15:15:38 -07:00
committed by GitHub
parent 7179fac39b
commit f68effe57e
5 changed files with 82 additions and 51 deletions

18
.flake8
View File

@@ -1,3 +1,17 @@
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701
filename = emsdk.py
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701,
E722 # We have a bunch of base 'excepts' still
filename = ./emsdk.py, ./test.py
exclude = \
./gnu
./upstream
./fastcomp
./releases
./clang
./emscripten
./git
./node
./python
./temp
./zips
./crunch