We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6210c5 + 26a6a13 commit 3dfd59dCopy full SHA for 3dfd59d
1 file changed
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
exclude: .config/.secrets.baseline
45
46
- repo: https://github.com/ansible-community/ansible-lint
47
- rev: v25.12.2
+ rev: v26.1.1
48
hooks:
49
- id: ansible-lint
50
name: Ansible-lint
@@ -63,6 +63,6 @@ repos:
63
- ansible-core>=2.10.1
64
65
- repo: https://github.com/adrienverge/yamllint.git
66
- rev: v1.37.1 # or higher tag
+ rev: v1.38.0 # or higher tag
67
68
- id: yamllint
0 commit comments