Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBRX (Databricks LLM) example notebook #2434

Merged
merged 14 commits into from
May 25, 2024
Merged
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ repos:
- id: ruff
types_or: [ python, pyi, jupyter ]
args: ["--fix", "--ignore=E402"]
exclude: |
(?x)^(
notebook/agentchat_databricks_dbrx.ipynb
tj-cycyota marked this conversation as resolved.
Show resolved Hide resolved
)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
Loading
Loading