From b1487b6b4fda8edc7c37261861b91c19ec2a6a64 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Tue, 16 Jul 2024 10:32:00 +0200 Subject: [PATCH] Ignore more OpenAI notebooks with syntax errors in the ecosystem check (#12342) --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 5c2f8c55d1..96c39d405f 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -123,6 +123,8 @@ DEFAULT_TARGETS = [ "exclude": [ "examples/gpt_actions_library/.gpt_action_getting_started.ipynb", "examples/gpt_actions_library/gpt_action_bigquery.ipynb", + "examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb", + "examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb", ], }, ),