From 909b16c3f244ee1524d807efe492568b7be1fda3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:06:15 +0000 Subject: [PATCH] feat(github-release): update pre-commit hook charliermarsh/ruff-pre-commit to v0.9.0 --- .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 35ab6c1..4391d85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,7 +114,7 @@ repos: # - "--ignore-path '**/*.y*ml'" stages: [pre-commit] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.9.0" hooks: - id: ruff name: Lint and Format with Ruff