Skip to content

Commit

Permalink
Merge pull request #80 from pgoslatara/update/pre-commit-hooks-115458…
Browse files Browse the repository at this point in the history
…37269

Pre-commit hook update 11545837269
  • Loading branch information
pgoslatara authored Oct 28, 2024
2 parents f60c810 + a0ac084 commit 08b5c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
name: Check for code that can use new Python features
Expand All @@ -52,7 +52,7 @@ repos:
hooks:
- id: sqlfmt
- repo: https://github.com/dbt-checkpoint/dbt-checkpoint
rev: v2.0.4
rev: v2.0.5
hooks:
- id: dbt-parse
- id: dbt-docs-generate
Expand Down

0 comments on commit 08b5c65

Please sign in to comment.