fab-city-os-core-chart/.pre-commit-config.yaml
Sebastian Wendel 629e99f69b
latest changes
2022-06-27 01:33:57 +02:00

13 lines
306 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
exclude: ^templates/
- id: mixed-line-ending
- id: trailing-whitespace
- id: fix-byte-order-marker
- id: end-of-file-fixer
- id: check-merge-conflict