From f84a279930f5d67662d2239a38f935e20fb9fc2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 01:32:44 +0000 Subject: [PATCH] fix(github-release): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.3 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e56c398..b1b59d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -102,7 +102,7 @@ repos: # - "--ignore-path '**/*.y*ml'" stages: [commit] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.6.2" + rev: "v0.6.3" hooks: - id: ruff name: Lint and Format with Ruff