From b44c0b372482991d8627e8d18a907559f3594495 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:47:58 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.7...v0.14.10) - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.11.1](https://github.com/commitizen-tools/commitizen/compare/v4.8.3...v4.11.1) --- .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 fa3fa00d..a32adc21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -22,7 +22,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.7 + rev: v0.14.10 hooks: # Run the linter. - id: ruff @@ -39,7 +39,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.3 + rev: v4.11.1 hooks: - id: commitizen stages: [commit-msg]