Add .pre-commit-hooks.yaml

This commit is contained in:
Douglas Thor 2022-12-27 14:40:12 -08:00 committed by Robert Kaussow
parent f655603614
commit 621ba92548
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

10
.pre-commit-hooks.yaml Normal file
View File

@ -0,0 +1,10 @@
---
- id: ansible-later
name: ansible-later
description: Run ansible-later, a best-practice scanner for Ansible.
entry: ansible-later
language: python
pass_filenames: True
always_run: True
additional_dependencies:
- ansible