From 024c2f8c99fda28190c45e039a6c4b2f55606c18 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:28:30 +0000 Subject: [PATCH] chore(deps-dev): update Pre-commit hooks 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/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](https://github.com/rbubley/mirrors-prettier/compare/v3.3.3...v3.4.2) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.16.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.14.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 017be7a..f2d8d63 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: "v4.6.0" + rev: "v5.0.0" hooks: - id: check-json - id: check-merge-conflict @@ -9,22 +9,22 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.3.3" + rev: "v3.4.2" hooks: - id: prettier args: - --no-error-on-unmatched-pattern - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: "v0.14.0" + rev: "v0.16.0" hooks: - id: markdownlint-cli2 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.8" + rev: "v0.8.4" hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.14.0" hooks: - id: mypy additional_dependencies: