Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
"examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb",
],
},
format_options=FormatOptions(
exclude="examples/mcp/databricks_mcp_cookbook.ipynb",
),
),
Project(repo=Repository(owner="agronholm", name="anyio", ref="master")),
Project(repo=Repository(owner="python-trio", name="trio", ref="main")),
Expand Down
Loading