Skip to content

Commit

Permalink
add pre-commit check for dbt-core (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 19, 2024
1 parent 179bfeb commit 71acee9
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 @@ -14,6 +14,10 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- 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.1.0
hooks:
Expand Down

0 comments on commit 71acee9

Please sign in to comment.