mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Skip another invalid notebook in the OpenAI repository (#10209)
We should consider another source for notebook ecosystem checks, these constantly have syntax errors
This commit is contained in:
parent
ba7f6783e9
commit
fb05d218c3
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ DEFAULT_TARGETS = [
|
|||
"include": ["*.ipynb"],
|
||||
# TODO(charlie): Re-enable after fixing typo.
|
||||
"exclude": [
|
||||
"examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb"
|
||||
"examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb",
|
||||
"examples/How_to_handle_rate_limits.ipynb",
|
||||
],
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue