From 4c147062433e7c343926ab7a9a563b8728beb659 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:38:40 +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 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.6.2](https://github.com/rbubley/mirrors-prettier/compare/v3.3.3...v3.6.2) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.18.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.18.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.12.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.12.10) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.17.1) --- .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..98616ca 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: "v6.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.6.2" hooks: - id: prettier args: - --no-error-on-unmatched-pattern - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: "v0.14.0" + rev: "v0.18.1" hooks: - id: markdownlint-cli2 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.8" + rev: "v0.12.10" hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.17.1" hooks: - id: mypy additional_dependencies: