Files
browbeat/.pre-commit-config.yaml
masco 056fe669bc pump the rally_openstack to latest version
Change-Id: I2d4decb25c5fd166a87856d9eaa408e59761a9b5
2025-07-24 11:52:05 +05:30

21 lines
549 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/ansible/ansible-lint
rev: v25.6.1
hooks:
- id: ansible-lint
always_run: true
pass_filenames: false
entry: ansible-lint --force-color -v
additional_dependencies:
- ansible-core
- yamllint