From 6465ea4f55d348dd6bfcb17f6a37afefb1a3a9d3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:06:31 +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/biomejs/pre-commit: v2.4.11 → v2.4.15](https://github.com/biomejs/pre-commit/compare/v2.4.11...v2.4.15) - [github.com/rbubley/mirrors-prettier: v3.8.2 → v3.8.3](https://github.com/rbubley/mirrors-prettier/compare/v3.8.2...v3.8.3) --- .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 0b714e3..d9fe82a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ minimum_pre_commit_version: "3.6.0" repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.4.11 + rev: v2.4.15 hooks: - id: biome-check files: \.(js|ts|json)$ - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.2 + rev: v3.8.3 hooks: - id: prettier types_or: [yaml, markdown]