From c0c3a8c47c2a8b4356c5f91cf73d1973a7807fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 25 Oct 2023 09:10:02 +0200 Subject: [PATCH] tools: skip ruff on tools/gyp PR-URL: https://github.com/nodejs/node/pull/50380 Reviewed-By: Jiawen Geng Reviewed-By: James M Snell Reviewed-By: Yagiz Nizipli --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d0c3a056f2e92c9..b7ec8b429440284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ select = [ ] exclude = [ "deps", + "tools/gyp", "tools/inspector_protocol", "tools/node_modules", ]