Add .pre-commit-hooks.yaml

This commit is contained in:
Douglas Thor 2022-12-27 14:40:12 -08:00
parent 604268c141
commit 60bfafcf6b
No known key found for this signature in database
GPG Key ID: 811D308AA7C10FA2

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