Files
homelab/.pre-commit-config.yaml
T
Rodney Osodo a70f1ef051
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled
build(pre-commit): bump pre-commit-hooks rev to v6.0.0
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-07-14 11:40:11 +03:00

15 lines
426 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-symlinks
- id: destroyed-symlinks
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: check-shebang-scripts-are-executable
- id: check-merge-conflict
- id: detect-private-key