puppet-r10k/.pre-commit-config.yaml
2023-06-26 19:35:49 +10:00

11 lines
249 B
YAML

repos:
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.32.0
hooks:
- id: 'yamllint'
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]