blob: d007a0da2890e713730261aab443ad0e29332be7 [file] [log] [blame]
[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