paulbsd-salt/.pre-commit-config.yaml
Paul Lecuq 5acf18c07f
All checks were successful
continuous-integration/drone/push Build is passing
updated motd state
2023-03-13 08:26:02 +01:00

10 lines
204 B
YAML

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