Skip to content

Commit

Permalink
Merge pull request #208 from aalaesar/update-ansible-lint-in-pre-commit
Browse files Browse the repository at this point in the history
update ansible-lint to 6.11 for pre-commit hooks
  • Loading branch information
staticdev authored Feb 9, 2023
2 parents c976bf2 + 5186816 commit 4535c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: yamllint
args: ["-c=.yamllint.yml", "."]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.8.0
rev: v6.11.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$

0 comments on commit 4535c6f

Please sign in to comment.