mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
62719c5fd2
PR-URL: https://github.com/nodejs/node/pull/40178 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
11 lines
339 B
INI
11 lines
339 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
|
|
./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
|