From d0f285ff23ea90cea8efa17675eec1e879ec89e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:21:08 +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.8.4 → v4.16.4](https://github.com/commitizen-tools/commitizen/compare/v4.8.4...v4.16.4) - [github.com/astral-sh/uv-pre-commit: 0.8.15 → 0.11.26](https://github.com/astral-sh/uv-pre-commit/compare/0.8.15...0.11.26) - [github.com/renovatebot/pre-commit-hooks: 41.97.7 → 43.252.5](https://github.com/renovatebot/pre-commit-hooks/compare/41.97.7...43.252.5) - [github.com/biomejs/pre-commit: v2.2.3 → v2.5.2](https://github.com/biomejs/pre-commit/compare/v2.2.3...v2.5.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v10.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.2.0...v10.0.1) - [github.com/sirosen/check-jsonschema: 0.33.3 → 0.37.4](https://github.com/sirosen/check-jsonschema/compare/0.33.3...0.37.4) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.2...v0.24.4) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.15.20) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca5a9ed..441d970 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.16.4 hooks: - id: commitizen additional_dependencies: @@ -21,7 +21,7 @@ repos: stages: - pre-push - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.11.26 hooks: - id: uv-sync - id: uv-lock @@ -32,32 +32,32 @@ repos: - id: uv-lock alias: lock - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.97.7 + rev: 43.252.5 hooks: - id: renovate-config-validator alias: renovate args: [--strict] - repo: https://github.com/biomejs/pre-commit - rev: "v2.2.3" + rev: "v2.5.2" hooks: - id: biome-check name: biome alias: biome args: [--unsafe] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: ["tomli>=2.2.1; python_version<'3.11'"] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.2.0 + rev: v10.0.1 hooks: - id: cspell name: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.33.3 + rev: 0.37.4 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -77,12 +77,12 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.4 hooks: - id: toml-sort-fix alias: toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff @@ -90,7 +90,7 @@ repos: args: ["--fix"] alias: ruff - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint files: \.(yaml|yml)$