We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56a76b commit 0dc32caCopy full SHA for 0dc32ca
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
# entry: "yamllint"
14
# types: [yaml]
15
- repo: https://github.com/ansible/ansible-lint.git
16
- rev: v25.9.0
+ rev: v25.11.1
17
hooks:
18
# see discussions here about what arguments are used, and behavior
19
# https://github.com/ansible/ansible-lint/issues/649
@@ -29,7 +29,7 @@ repos:
29
- ansible-core>=2.13
30
- yamllint>=1.26,<2.0
31
- repo: https://github.com/DavidAnson/markdownlint-cli2
32
- rev: v0.18.1
+ rev: v0.19.1
33
34
- id: markdownlint-cli2
35
...
0 commit comments