Skip to content

Commit

Permalink
Add pre-commit check for dbt-core (#1188)
Browse files Browse the repository at this point in the history
* add pre-commit check for dbt-core
* fix unit test ref

---------

Co-authored-by: Colin Rogers <[email protected]>
  • Loading branch information
mikealfare and colin-rogers-dbt authored Apr 19, 2024
1 parent b62ce74 commit a81dee0
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 @@ -13,6 +13,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 a81dee0

Please sign in to comment.