mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05: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:
@@ -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",
|
||||
],
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user