We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b87a9 + 0befbb2 commit d97c226Copy full SHA for d97c226
1 file changed
.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
46
- id: gitleaks
47
48
- repo: https://github.com/ansible-community/ansible-lint
49
- rev: v25.12.2
+ rev: v26.1.1
50
hooks:
51
- id: ansible-lint
52
name: Ansible-lint
@@ -65,7 +65,7 @@ repos:
65
# - ansible-core>=2.10.1
66
67
- repo: https://github.com/adrienverge/yamllint.git
68
- rev: v1.37.1 # or higher tag
+ rev: v1.38.0 # or higher tag
69
70
- id: yamllint
71
name: Check YAML Lint
0 commit comments