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