ansible-playground/.pre-commit-config.yaml

17 lines
367 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ansible/ansible-lint
rev: v24.2.2
hooks:
- id: ansible-lint
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black