mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
Ignore more OpenAI notebooks with syntax errors in the ecosystem check (#12342)
This commit is contained in:
parent
85ae02d62e
commit
b1487b6b4f
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ DEFAULT_TARGETS = [
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"examples/gpt_actions_library/.gpt_action_getting_started.ipynb",
|
"examples/gpt_actions_library/.gpt_action_getting_started.ipynb",
|
||||||
"examples/gpt_actions_library/gpt_action_bigquery.ipynb",
|
"examples/gpt_actions_library/gpt_action_bigquery.ipynb",
|
||||||
|
"examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb",
|
||||||
|
"examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue