From de0942d927313fd6952507d2016058da77287b13 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:10:42 +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.9.5 → 0.9.26](https://github.com/astral-sh/uv-pre-commit/compare/0.9.5...0.9.26) - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.12.0](https://github.com/commitizen-tools/commitizen/compare/v4.9.1...v4.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.14.13) --- .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 a8b03e56..82361c20 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.9.5 + rev: 0.9.26 hooks: - id: uv-lock files: "^(pyproject.toml|uv.lock)$" always_run: false - repo: https://github.com/commitizen-tools/commitizen - rev: v4.9.1 + rev: v4.12.0 hooks: - id: commitizen stages: @@ -50,7 +50,7 @@ repos: additional_dependencies: - "mdformat-gfm" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.2" + rev: "v0.14.13" hooks: - id: ruff-check args: ["--fix", "--ignore", "D"]