Skip to content

Commit

Permalink
Add pre-commit check for dbt-core
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed May 6, 2024
1 parent 54c1a0a commit ccb3b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ repos:
exclude_types:
- "markdown"
- id: check-case-conflict
- repo: https://github.com/dbt-labs/pre-commit-hooks
rev: v0.1.0a1
hooks:
- id: dbt-core-in-adapters-check
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit ccb3b47

Please sign in to comment.