Skip to content

Commit

Permalink
Disable anisble-lint for now, it breaks pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 19, 2021
1 parent 7a4acdb commit cbc7687
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc7687

Please sign in to comment.