From 2e3c207edd98d100991fabb075ab1949ea52c6f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:12:35 +0000 Subject: [PATCH] Update pre-commit hook charliermarsh/ruff-pre-commit to v0.9.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 9473f33..11beb30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"]