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

10 lines
204 B
YAML
Raw Normal View History

2021-09-25 16:00:43 +02:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
2022-12-10 00:32:38 +01:00
- id: trailing-whitespace
- id: end-of-file-fixer
2023-03-13 08:26:02 +01:00
exclude: ".j2$"