From 3d6ffb8fb132406b032df5f4ec456cdbaea57157 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:59:12 +0000 Subject: [PATCH] chore(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.10 → v4.16.3](https://github.com/commitizen-tools/commitizen/compare/v4.13.10...v4.16.3) - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.24.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.21.1...v2.24.1) - [github.com/astral-sh/uv-pre-commit: 0.11.7 → 0.11.21](https://github.com/astral-sh/uv-pre-commit/compare/0.11.7...0.11.21) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.11...v0.15.17) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.1...v2.1.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 2878680..81f5743 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.10 + rev: v4.16.3 hooks: - id: commitizen stages: [commit-msg] @@ -28,11 +28,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.1" + rev: "v2.24.1" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.7 + rev: 0.11.21 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier @@ -41,7 +41,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.17 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -51,7 +51,7 @@ repos: hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: []