From a0ac084ec2861f542aa36028776faa5964f3e88d Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 28 Oct 2024 01:46:46 +0000 Subject: [PATCH] Commit from GitHub Actions (Pre-commit auto-update) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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