diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6092e08..3b79a02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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