corrections to pre-commit

This commit is contained in:
Louis Abel 2023-02-15 16:49:12 -07:00
parent 4c45c3f335
commit 59c82413e2
Signed by untrusted user: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ repos:
- id: ansible-lint - id: ansible-lint
name: Ansible-lint name: Ansible-lint
description: This hook runs ansible-lint. description: This hook runs ansible-lint.
entry: python3 -m ansiblelint -v --force-color entry: ansible-lint -v --force-color
language: python language: python
# do not pass files to ansible-lint, see: # do not pass files to ansible-lint, see:
# https://github.com/ansible/ansible-lint/issues/611 # https://github.com/ansible/ansible-lint/issues/611
pass_filenames: false pass_filenames: false
always_run: true always_run: true
additional_dependencies: additional_dependencies:
- ansible-core=>2.13.3 - ansible-core>=2.13.3
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0 rev: v1.29.0