Skip to content

Commit 9c54ce4

Browse files
committed
tools: skip ruff on tools/node_modules
PR-URL: nodejs/node#49838 Backport-PR-URL: nodejs/node#50669 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 66d69d8 commit 9c54ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graal-nodejs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ select = [
2020
exclude = [
2121
"deps",
2222
"tools/inspector_protocol",
23+
"tools/node_modules",
2324
]
2425
ignore = [
2526
"E401",

0 commit comments

Comments
 (0)