From fa72b2c2deafc5575fa4cca28918b8a62b3eb8b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= <targos@protonmail.com>
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 <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index d0c3a056f2e92c..b7ec8b42944028 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ select = [
 ]
 exclude = [
   "deps",
+  "tools/gyp",
   "tools/inspector_protocol",
   "tools/node_modules",
 ]