From 6187fd3868b69077b80313ef3d556373b43ff58b 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 20:47:11 +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/commitizen-tools/commitizen: v4.2.1 → v4.11.1](https://github.com/commitizen-tools/commitizen/compare/v4.2.1...v4.11.1) - [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.9.6 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.14.10) - [github.com/scop/pre-commit-shfmt: v3.10.0-2 → v3.12.0-2](https://github.com/scop/pre-commit-shfmt/compare/v3.10.0-2...v3.12.0-2) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52e4ffd..bcab2de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.1 + rev: v4.11.1 - hooks: - id: check-useless-excludes repo: meta @@ -52,10 +52,10 @@ repos: - id: check-byte-order-marker - id: check-docstring-first repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.6 + rev: v0.14.10 hooks: # Run the linter. - id: ruff @@ -65,7 +65,7 @@ repos: - id: ruff-format - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.10.0-2 + rev: v3.12.0-2 hooks: # Choose one of: - id: shfmt # native (requires/installs Go to build) @@ -80,7 +80,7 @@ repos: - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 # - repo: https://github.com/asottile/pyupgrade # rev: v2.38.0