ansible-nas/.pre-commit-config.yaml
2022-08-24 09:28:54 +01:00

14 lines
343 B
YAML

---
repos:
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.5.0
hooks:
- id: ansible-lint
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
hooks:
- id: yamllint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
hooks:
- id: markdownlint