mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00: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:
parent
070c160fd5
commit
613951d848
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue