devicetype-library/.pre-commit-hooks-config.yaml

11 lines
248 B
YAML
Raw Normal View History

---
files: ^(device-types|module-types)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
name: Check YAML files