From b54ab045c6d85fffd2194441e0d8c03df9f3dcac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:14:05 +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/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.24.1...v0.25) - [github.com/rohaquinlop/complexipy-pre-commit: v4.2.0 → v5.1.0](https://github.com/rohaquinlop/complexipy-pre-commit/compare/v4.2.0...v5.1.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39e5a5d1..ba8eebe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.14' + rev: 'v0.15.0' hooks: - id: ruff-check - id: ruff-format @@ -46,7 +46,7 @@ repos: additional_dependencies: - hypothesis - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/kieran-ryan/pyprojectsort @@ -64,7 +64,7 @@ repos: hooks: - id: pyroma - repo: https://github.com/rohaquinlop/complexipy-pre-commit - rev: v4.2.0 + rev: v5.1.0 hooks: - id: complexipy ...