ansible/.pre-commit-config.yaml

20 lines
458 B
YAML
Raw Normal View History

2024-10-10 23:30:37 +02:00
---
ci:
autoupdate_schedule: monthly
2024-10-10 22:50:45 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
args: [--unsafe]
- id: end-of-file-fixer
- id: trailing-whitespace
2024-10-10 23:30:37 +02:00
- repo: https://github.com/ansible/ansible-lint
rev: v24.9.2
hooks:
- id: ansible-lint
entry: python3 -m ansiblelint -v --force-color --fix
additional_dependencies:
- ansible