tools: skip ruff on tools/node_modules

PR-URL: https://github.com/nodejs/node/pull/49838
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Moshe Atlow 2023-09-24 11:01:19 +03:00 committed by GitHub
parent 55fde47b1d
commit 66a4f11180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ select = [
exclude = [
"deps",
"tools/inspector_protocol",
"tools/node_modules",
]
ignore = [
"E401",