devicetype-library/.pre-commit-yamlfmt-config.yaml
Daniel W. Anner 12638369b3
Dependencies updates for May 2023 (#1326)
* Dependencies updates for May 2023

* adding updates to pre-commit and validation

* updating pre-commit config
2023-05-05 12:49:12 -04:00

9 lines
223 B
YAML

---
files: ^(device-types|module-types)/
repos:
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
hooks:
- id: yamlfmt
args: [--mapping, '2', --sequence, '4', --offset, '2']