From 2eeaf641639ad35f69e0af27b6e82947ed2c9c55 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:34:22 +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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.0.3) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.4](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.4) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.19) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.15.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.7.4) - [github.com/kumaraditya303/mirrors-pyright: v1.1.376 → v1.1.389](https://github.com/kumaraditya303/mirrors-pyright/compare/v1.1.376...v1.1.389) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f901589..7799271 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker @@ -38,7 +38,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.0.3 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -46,7 +46,7 @@ repos: hooks: - id: check-mailmap - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.4 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint @@ -54,7 +54,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.19 hooks: - id: mdformat additional_dependencies: @@ -68,18 +68,18 @@ repos: - mdformat-config - mdformat-web - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.13.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 additional_dependencies: - markdown-it-texmath - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.7.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.376 + rev: v1.1.389 hooks: - id: pyright - repo: https://github.com/pre-commit/mirrors-prettier