From a84c7b5da166aa83a26d9d6610a2513a6a28f425 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:15:45 +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/DavidAnson/markdownlint-cli2: v0.15.0 → v0.16.0](/~https://github.com/DavidAnson/markdownlint-cli2/compare/v0.15.0...v0.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.2](/~https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.8.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.389 → v1.1.390](/~https://github.com/kumaraditya303/mirrors-pyright/compare/v1.1.389...v1.1.390) --- .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 e262e22..408c8e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,18 +69,18 @@ repos: - mdformat-config - mdformat-web - repo: /~https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.15.0 + rev: v0.16.0 hooks: - id: markdownlint-cli2 additional_dependencies: - markdown-it-texmath - repo: /~https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.2 hooks: - id: ruff - id: ruff-format - repo: /~https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.389 + rev: v1.1.390 hooks: - id: pyright - repo: /~https://github.com/pre-commit/mirrors-prettier