Skip to content

Commit

Permalink
Commit from GitHub Actions (Pre-commit auto-update)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 28, 2024
1 parent f60c810 commit a0ac084
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 a0ac084

Please sign in to comment.