Skip to content

Commit

Permalink
Update OpenAI excluded notebooks from ecosystem checks (#12867)
Browse files Browse the repository at this point in the history
## Summary

Follow-up to #12864, we don't need to exclude these notebooks anymore.

## Test plan

- [x] Make sure that ecosystem checks are green.
  • Loading branch information
dhruvmanila authored Aug 14, 2024
1 parent e05953a commit 89c8b49
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@
check_options=CheckOptions(select=JUPYTER_NOTEBOOK_SELECT),
config_overrides={
"include": ["*.ipynb"],
# TODO(dhruvmanila): Re-enable after fixing the notebook.
# These notebooks contain syntax errors because certain plain text / markdown
# cells are marked as code cells.
"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",
"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",
],
},
),
Expand Down

0 comments on commit 89c8b49

Please sign in to comment.