mirror of https://github.com/astral-sh/ruff
Ignore more OpenAI notebooks with syntax errors in the ecosystem check (#12342)
This commit is contained in:
parent
85ae02d62e
commit
b1487b6b4f
|
|
@ -123,6 +123,8 @@ DEFAULT_TARGETS = [
|
|||
"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_getting_started.ipynb",
|
||||
"examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb",
|
||||
],
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue