mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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:
parent
55fde47b1d
commit
66a4f11180
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ select = [
|
|||
exclude = [
|
||||
"deps",
|
||||
"tools/inspector_protocol",
|
||||
"tools/node_modules",
|
||||
]
|
||||
ignore = [
|
||||
"E401",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue