paulbsd-salt/.pre-commit-config.yaml

10 lines
204 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-yaml
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: ".j2$"