From f4bed22b05563903ca6a30831da4ddadde2d20e9 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Mon, 2 Sep 2024 16:22:51 +0530 Subject: [PATCH] Ignore invalid notebook in ecosystem checks (#13211) --- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index ffba3d740a..fb7e84985a 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -125,6 +125,7 @@ DEFAULT_TARGETS = [ "examples/Chat_finetuning_data_prep.ipynb", "examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb", "examples/chatgpt/gpt_actions_library/gpt_action_redshift.ipynb", + "examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb", ], }, ),