2019-04-29 15:39:20 -07:00
|
|
|
[flake8]
|
2019-08-29 12:15:39 -07:00
|
|
|
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 =
|
2020-06-23 18:00:22 -07:00
|
|
|
./llvm
|
2019-08-28 15:15:38 -07:00
|
|
|
./gnu
|
|
|
|
|
./upstream
|
|
|
|
|
./fastcomp
|
2020-01-28 17:12:31 -08:00
|
|
|
./fastcomp-clang
|
2019-08-28 15:15:38 -07:00
|
|
|
./releases
|
|
|
|
|
./clang
|
|
|
|
|
./emscripten
|
2019-08-29 12:15:39 -07:00
|
|
|
./binaryen
|
2019-08-28 15:15:38 -07:00
|
|
|
./git
|
|
|
|
|
./node
|
|
|
|
|
./python
|
|
|
|
|
./temp
|
2023-07-10 14:04:24 -07:00
|
|
|
./downloads
|
2019-08-28 15:15:38 -07:00
|
|
|
./crunch
|