From c542319b5dc0826e7f7f0e6ffe98825a5a94da2e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:52:40 +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/rbubley/mirrors-prettier: v3.8.1 → v3.9.6](https://github.com/rbubley/mirrors-prettier/compare/v3.8.1...v3.9.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.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 b91b092b838..90e04f46512 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: 'https://github.com/rbubley/mirrors-prettier' - rev: 'v3.8.1' + rev: 'v3.9.6' hooks: - id: 'prettier' types: [text] @@ -18,7 +18,7 @@ repos: '--ignore-path=.gitignore', ] - repo: 'https://github.com/codespell-project/codespell' - rev: 'v2.4.1' + rev: 'v2.4.3' hooks: - id: 'codespell' exclude: '^(package-lock.json|src/test/openutau-ustx/bulaomeng.ustx.yaml|src/test/kustomization/labels.json|src/test/bun-lock/bun.lock.json|src/bin/.*)$'