From c8aeaf38813c0e76239ab5205a4f553c1a6ba886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:20:46 +0000 Subject: [PATCH] fix(github-release): update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.2 --- .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 05cbd26..fe6f28c 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.7.1" + rev: "v0.7.2" hooks: - id: ruff name: Lint and Format with Ruff