Files
homelab/.pre-commit-config.yaml
T
2025-02-23 21:21:40 +03:00

15 lines
426 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.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