mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
e31f0a7d25
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>
12 lines
385 B
INI
12 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
|