Disable ansible-lint until they fix their setup.py

See: https://github.com/ansible/ansible-lint/issues/590
pull/113/head
Felddy 5 years ago
parent 02fb008d62
commit b31ad8591f
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 11
      .pre-commit-config.yaml

@ -56,11 +56,12 @@ repos:
rev: 19.3b0
hooks:
- id: black
- repo: https://github.com/ansible/ansible-lint.git
rev: v4.1.1a0
hooks:
- id: ansible-lint
# files: molecule/default/playbook.yml
# Disabled until: https://github.com/ansible/ansible-lint/issues/590
# - repo: https://github.com/ansible/ansible-lint.git
# rev: v4.1.1a0
# hooks:
# - id: ansible-lint
# # files: molecule/default/playbook.yml
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.12.0
hooks:

Loading…
Cancel
Save