paulbsd-salt/.pre-commit-config.yaml
Paul e69766cded
All checks were successful
continuous-integration/drone/push Build is passing
updated .pre-commit-config.yaml
2024-12-21 08:19:45 +01:00

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$"