From c617ca2db23ace002ff791e6c30496d841694098 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:26:10 +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.9.1 → v4.10.0](https://github.com/commitizen-tools/commitizen/compare/v4.9.1...v4.10.0) - [github.com/python-poetry/poetry: 2.2.0 → 2.2.1](https://github.com/python-poetry/poetry/compare/2.2.0...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.14.8) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.1...v1.19.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01572b5..cf5aacf 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.9.1 + rev: v4.10.0 hooks: - id: commitizen stages: [commit-msg] @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 2.2.0 + rev: 2.2.1 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -37,7 +37,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -48,7 +48,7 @@ repos: hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.1 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: []