From 84f44a1ccff4e7a140f73ad514f4baef07eb322e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:17:09 +0000 Subject: [PATCH] ci(deps): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/uv-pre-commit: 0.10.4 → 0.10.7](https://github.com/astral-sh/uv-pre-commit/compare/0.10.4...0.10.7) - [github.com/commitizen-tools/commitizen: v4.13.8 → v4.13.9](https://github.com/commitizen-tools/commitizen/compare/v4.13.8...v4.13.9) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.2...v0.15.4) --- .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 63fbea76..54f4e87c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,13 +32,13 @@ repos: - id: check-yaml - id: check-ast - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.4 + rev: 0.10.7 hooks: - id: uv-lock files: "^(pyproject.toml|uv.lock)$" always_run: false - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.8 + rev: v4.13.9 hooks: - id: commitizen stages: @@ -50,7 +50,7 @@ repos: additional_dependencies: - "mdformat-gfm" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.2" + rev: "v0.15.4" hooks: - id: ruff-check args: ["--fix", "--ignore", "D"]