From dd823eb4891a8b624693f2131b51ac3cfe1e346a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:39:19 +0100 Subject: [PATCH] chore(pre-commit): pre-commit autoupdate (#1383) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .pre-commit-config.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 51c91fa6..01390ab2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -53,7 +53,7 @@ Execute the erroneous command directly to see if the problem persists - [ ] Yes - [ ] No -If yes, does the issue still occur when you run topgrade directlly in your +If yes, does the issue still occur when you run topgrade directly in your remote host - [ ] Yes diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c512392..030fee2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: - repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 + rev: v8.28.0 hooks: - id: gitleaks - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: v1.36.2 + rev: v1.38.1 hooks: - id: typos