From d59b01ecf64c4da26f2c0a5888dea58df9f5c33d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:40:58 +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/shellcheck-py/shellcheck-py: v0.11.0.1 → v0.11.0.1-1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.11.0.1...v0.11.0.1-1) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.1-1](https://github.com/scop/pre-commit-shfmt/compare/v3.12.0-2...v3.13.1-1) - [github.com/gitleaks/gitleaks: v8.24.3 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.24.3...v8.30.0) --- .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 3d17bb3..769972a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: text-unicode-replacement-char # Shell: the actual code in this repository - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.11.0.1 + rev: v0.11.0.1-1 hooks: - id: shellcheck # SC1090/SC1091: rc files source machine-local paths that do not @@ -53,12 +53,12 @@ repos: \.config/spaceship/spaceship\.zsh )$ - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.1-1 hooks: - id: shfmt args: [--indent=4, --case-indent, --binary-next-line] # Broad secret scanning - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.3 + rev: v8.30.0 hooks: - id: gitleaks