ansible/.pre-commit-config.yaml

16 lines
290 B
YAML
Raw Normal View History

2022-11-26 08:52:41 +00:00
---
repos:
2022-11-26 08:52:41 +00:00
- repo: https://github.com/lyz-code/yamlfix/
2022-11-26 09:47:37 +00:00
rev: 1.1.1
2022-11-26 08:52:41 +00:00
hooks:
- id: yamlfix
2022-11-26 08:52:41 +00:00
- repo: https://github.com/ansible/ansible-lint
rev: v6.9.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
additional_dependencies:
- ansible