From 90c605ad43ff82dd129d8fe8aa2525ba46083f9c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:01:52 +0900 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/errata-ai/vale: v3.9.1 → v3.9.3](https://github.com/errata-ai/vale/compare/v3.9.1...v3.9.3) - [github.com/rbubley/mirrors-prettier: v3.4.1 → v3.4.2](https://github.com/rbubley/mirrors-prettier/compare/v3.4.1...v3.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b22284e..1d5b5ea4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,12 +36,12 @@ repos: )$ - repo: https://github.com/errata-ai/vale - rev: v3.9.1 + rev: v3.9.3 hooks: - id: vale - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.1 + rev: v3.4.2 hooks: - id: prettier types_or: [yaml, html, css, scss, javascript, json, toml]