From 5e71384a90a13e64dc13e851fbb86507cd2b684b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:28:07 +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.4 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.15.13) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](https://github.com/pycqa/isort/compare/7.0.0...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v2.1.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.48.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 a9f6503..4d7ab7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,23 +10,23 @@ repos: - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.15.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v2.1.0 hooks: - id: mypy - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.48.0 hooks: - id: markdownlint