We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5464e8 commit 97bee7cCopy full SHA for 97bee7c
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/ansible-community/ansible-lint.git
9
- rev: v25.9.2
+ rev: v25.12.2
10
hooks:
11
# see discussions here about what arguments are used, and behavior
12
# https://github.com/ansible/ansible-lint/issues/649
@@ -19,7 +19,7 @@ repos:
19
args:
20
- --profile=production
21
- repo: https://github.com/DavidAnson/markdownlint-cli2
22
- rev: v0.18.1
+ rev: v0.20.0
23
24
- id: markdownlint-cli2
25
...
0 commit comments