18 lines
288 B
INI
18 lines
288 B
INI
[flake8]
|
|
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
|