Disable anisble-lint for now, it breaks pre-commit.

This commit is contained in:
Robert de Bock 2021-02-19 17:28:24 +01:00
parent bc5d77a50b
commit 9c8be0accd

View file

@ -8,16 +8,16 @@ repos:
- id: check-added-large-files
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.26.0
hooks:
- id: yamllint
args: [-c=.yamllint]
- repo: https://github.com/ansible/ansible-lint
rev: v4.3.7
hooks:
- id: ansible-lint
pass_filenames: false
# - repo: https://github.com/ansible/ansible-lint
# rev: v5.0.1
# hooks:
# - id: ansible-lint
# pass_filenames: false
- repo: https://github.com/robertdebock/pre-commit
rev: v1.1.2