From 8ea37dbd1832cde3041a3189a1c09054a565489f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 02:21:07 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 983b513af..57f54d9bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.12 + rev: 0.12.15 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier @@ -36,7 +36,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.6 + rev: v0.16.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -46,7 +46,7 @@ repos: hooks: - id: codespell - repo: https://github.com/commitizen-tools/commitizen - rev: v4.18.0 + rev: v4.18.1 hooks: - id: commitizen stages: [commit-msg]