From 2356c38b694d0cc990ed1f5dbb245164460902ff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:08:09 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-eslint: v9.17.0 → v10.0.0-rc.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.17.0...v10.0.0-rc.0) - [github.com/lyz-code/yamlfix: 1.17.0 → 1.19.1](https://github.com/lyz-code/yamlfix/compare/1.17.0...1.19.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b19680..744bf37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: prettier types_or: [javascript, jsx, ts, tsx, json] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.17.0 + rev: v10.0.0-rc.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx @@ -25,7 +25,7 @@ repos: - '@typescript-eslint/eslint-plugin@6.18.1' - '@eslint/js@8.56.0' - repo: https://github.com/lyz-code/yamlfix - rev: 1.17.0 + rev: 1.19.1 hooks: - id: yamlfix types: [yaml]