From f8742cc2b00c72d8752a92d0df314e6de2a78a56 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 20:09:26 +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/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.0) - [github.com/zricethezav/gitleaks: v8.24.0 → v8.30.0](https://github.com/zricethezav/gitleaks/compare/v8.24.0...v8.30.0) - [github.com/commitizen-tools/commitizen: v4.4.1 → v4.15.1](https://github.com/commitizen-tools/commitizen/compare/v4.4.1...v4.15.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.0 → 3.6.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.2.0...3.6.1) - [github.com/JohnnyMorganz/StyLua: v2.0.2 → v2.4.1](https://github.com/JohnnyMorganz/StyLua/compare/v2.0.2...v2.4.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 633e3b7..7e538b8 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: check-added-large-files - id: pretty-format-json @@ -19,24 +19,24 @@ repos: - id: shfmt - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [--format, parsable, --strict] - repo: https://github.com/zricethezav/gitleaks - rev: v8.24.0 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/commitizen-tools/commitizen - rev: v4.4.1 + rev: v4.15.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.2.0 + rev: 3.6.1 hooks: - id: editorconfig-checker exclude: | @@ -48,7 +48,7 @@ repos: alias: ec - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.0.2 + rev: v2.4.1 hooks: - id: stylua ci: