From 5b4573ec5b51cf62d9ccff954f50c875c2905f26 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:20:27 +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/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.2](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.16.0...v0.17.2) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.10) --- .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 1313188..f21ae9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,22 +18,22 @@ repos: - --no-sort-keys - id: trailing-whitespace - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: 'v0.16.0' + rev: 'v0.17.2' hooks: - id: markdownlint-cli2 - repo: https://github.com/psf/black - rev: '24.10.0' + rev: '25.1.0' hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.14.0' + rev: 'v1.15.0' hooks: - id: mypy exclude: '^(?:(?!src).)*$' additional_dependencies: - types-requests - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.4' + rev: 'v0.9.10' hooks: - id: ruff args: