summaryrefslogtreecommitdiff
path: root/deps/v8/.flake8
blob: c58d00ca051b81043935400f34f15e9964594abb (plain)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
ignore = E111,E114,E310 # We use 2-space indentation
exclude =
 ./third_party/, # third-party code
 ./build/, # third-party code
 ./buildtools/, # third-party code
 ./tools/swarming_client/, # 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