mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Ignore notebook with syntax error in ecosystem (#15604)
I'll open a PR in `openai/openai-cookbook` to fix these syntax errors later but for now let's just ignore the notebook. <img width="2560" alt="Screenshot 2025-01-20 at 10 17 43 AM" src="https://github.com/user-attachments/assets/075127e4-956d-43f9-b175-b492600dbdee" />
This commit is contained in:
@@ -121,6 +121,7 @@ DEFAULT_TARGETS = [
|
||||
# These notebooks contain syntax errors because certain plain text / markdown
|
||||
# cells are marked as code cells.
|
||||
"exclude": [
|
||||
"examples/Assistants_API_overview_python.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",
|
||||
|
||||
Reference in New Issue
Block a user