paulbsd-salt/.pre-commit-config.yaml
Paul Lecuq cb17391961
Some checks failed
continuous-integration/drone/push Build is failing
updated pre-commit file
2022-12-10 00:32:38 +01:00

9 lines
180 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