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>
This commit is contained in:
pre-commit-ci[bot]
2025-10-28 09:39:19 +01:00
committed by GitHub
parent cb29305385
commit dd823eb489
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ Execute the erroneous command directly to see if the problem persists
- [ ] Yes - [ ] Yes
- [ ] No - [ ] 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 remote host
- [ ] Yes - [ ] Yes

View File

@@ -1,21 +1,21 @@
repos: repos:
- repo: https://github.com/gitleaks/gitleaks - repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3 rev: v8.28.0
hooks: hooks:
- id: gitleaks - id: gitleaks
- repo: https://github.com/shellcheck-py/shellcheck-py - repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1 rev: v0.11.0.1
hooks: hooks:
- id: shellcheck - id: shellcheck
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v6.0.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.36.2 rev: v1.38.1
hooks: hooks:
- id: typos - id: typos