blob: 22eebf3de494837f6d1ac5a8b203c93ea851b3e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[flake8]
ignore = E111,E114,E310 # We use 2-space indentation
exclude =
./third_party/, # third-party code
./build/, # third-party code
./buildtools/, # third-party code
./test/wasm-js/, # third-party code
./test/wasm-js/data/, # third-party code
./test/test262/data/, # third-party code
./test/test262/harness/, # third-party code
|