Files
topgrade/.pre-commit-config.yaml
pre-commit-ci[bot] 435d1634f3 chore(pre-commit): autoupdate
updates:
- [github.com/crate-ci/typos: v1.39.2 → v1](https://github.com/crate-ci/typos/compare/v1.39.2...v1)
2025-11-17 19:36:45 +00:00

26 lines
466 B
YAML

repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.29.0
hooks:
- id: gitleaks
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.11.0.1
hooks:
- id: shellcheck
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1
hooks:
- id: typos
ci:
autoupdate_commit_msg: "chore(pre-commit): autoupdate"