From 5ac67220318dd4671c062456d6954f27e53b3fbc Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 24 Sep 2023 11:01:19 +0300 Subject: [PATCH] tools: skip ruff on tools/node_modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/49838 Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6b51197ad66c2e..d0c3a056f2e92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ select = [ exclude = [ "deps", "tools/inspector_protocol", + "tools/node_modules", ] ignore = [ "E401",