PR-URL: https://github.com/nodejs/node/pull/28918 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
11 lines
385 B
INI
11 lines
385 B
INI
[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
|