From a3efd74dd3248c8037e1d0cacb0cabcd54d4a386 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:01:41 +0000 Subject: [PATCH] chore: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for more information, see https://pre-commit.ci updates: - [github.com/pre-commit/sync-pre-commit-deps: v0.0.4 → v0.0.5](https://github.com/pre-commit/sync-pre-commit-deps/compare/v0.0.4...v0.0.5) - [github.com/rbubley/mirrors-prettier: v3.9.5 → v3.9.6](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6) --- .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 ae7ce34..916c3d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ default_stages: [pre-commit] repos: # maintenance - repo: https://github.com/pre-commit/sync-pre-commit-deps - rev: v0.0.4 + rev: v0.0.5 hooks: - id: sync-pre-commit-deps @@ -66,7 +66,7 @@ repos: - id: trailing-whitespace exclude: ^tests/test-conventional-merge-commit\.csv$ - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.5 + rev: v3.9.6 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]