From 3ace12943e337e2ea3c26a8b2978640a9e07e905 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 22 Jul 2024 14:16:48 +0200 Subject: [PATCH] Ignore more open ai notebooks for now (#12448) --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 96c39d405f33c9..e117c78da458eb 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -123,7 +123,10 @@ "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_canvaslms.ipynb", "examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb", + "examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb", + "examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb", "examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb", ], },