From b19c7a2f7dbb299f023e454ea2c66cd7e8e542be Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:59:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20[pre-commit.ci]=20Update?= =?UTF-8?q?=20versions=20of=20`pre-commit`=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.20.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.2...v0.20.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.10...v0.14.10) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f21ae9d..8c2edd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v5.0.0' + rev: 'v6.0.0' hooks: - id: check-merge-conflict - id: check-toml @@ -18,22 +18,22 @@ repos: - --no-sort-keys - id: trailing-whitespace - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: 'v0.17.2' + rev: 'v0.20.0' hooks: - id: markdownlint-cli2 - - repo: https://github.com/psf/black - rev: '25.1.0' + - repo: https://github.com/psf/black-pre-commit-mirror + rev: '25.12.0' hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.15.0' + rev: 'v1.19.1' hooks: - id: mypy exclude: '^(?:(?!src).)*$' additional_dependencies: - types-requests - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.10' + rev: 'v0.14.10' hooks: - id: ruff args: