From 818c92cc4fca22733f1bd0e8c371f440dcfa197f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:27:17 +0000 Subject: [PATCH] feat(github-release): update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.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 64cd5aa..4883c3b 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.4.10" + rev: "v0.5.0" hooks: - id: ruff name: Lint and Format with Ruff