From 4312431c6ebff8b1d60a240be46ba3f43e641274 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:06:13 +0000 Subject: [PATCH] style(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.13.8 → v4.16.2](https://github.com/commitizen-tools/commitizen/compare/v4.13.8...v4.16.2) - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.3...v0.24.4) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.2...0.37.2) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12) - [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/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.1...v0.15.14) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae59310..80afd48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.8 + rev: v4.16.2 hooks: - id: commitizen @@ -25,7 +25,7 @@ repos: - mdformat-black - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort-fix args: ["--in-place"] @@ -37,12 +37,12 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.2 hooks: - id: check-github-workflows - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint @@ -52,14 +52,14 @@ repos: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.14 hooks: - id: ruff args: [ --fix ]