From aaf13a9919948ff3ebc0519a5eddc9c97dc00145 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 16:26:13 +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.git: v0.15.13 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.15.13...v0.15.20) - [github.com/python-jsonschema/check-jsonschema.git: 0.37.1 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.37.1...0.37.4) - [github.com/MarcoGorelli/cython-lint.git: v0.19.0 → v0.21.0](https://github.com/MarcoGorelli/cython-lint.git/compare/v0.19.0...v0.21.0) - [github.com/pre-commit/mirrors-mypy.git: v1.19.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.19.0...v2.1.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 abcf85c3..89205ef7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: additional_dependencies: - wemake-python-styleguide - repo: https://github.com/astral-sh/ruff-pre-commit.git - rev: v0.15.13 + rev: v0.15.20 hooks: - id: ruff-check name: ruff check | frozenlist & tests @@ -33,7 +33,7 @@ repos: # 88-column style; see [tool.ruff] in pyproject.toml. - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -105,7 +105,7 @@ repos: - --strict - repo: https://github.com/MarcoGorelli/cython-lint.git - rev: v0.19.0 + rev: v0.21.0 hooks: - id: cython-lint @@ -169,7 +169,7 @@ repos: - rst - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.19.0 + rev: v2.1.0 hooks: - id: mypy alias: mypy-py311