From 844641584f401f0c92fffe11d6deda72791a8b0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:16:25 +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: v2.3.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v6.0.0) - [github.com/JohnnyMorganz/StyLua: v2.2.0 → v2.4.1](https://github.com/JohnnyMorganz/StyLua/compare/v2.2.0...v2.4.1) --- .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 bc77dd8..41919fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -11,6 +11,6 @@ repos: - id: check-added-large-files args: ['--maxkb=1024'] - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.2.0 + rev: v2.4.1 hooks: - id: stylua-github