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 0859eb5 commit 1d7fe1cCopy full SHA for 1d7fe1c
.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.11.0
10
hooks:
11
# see discussions here about what arguments are used, and behavior
12
# https://github.com/ansible/ansible-lint/issues/649
@@ -22,11 +22,11 @@ repos:
22
- 'ansible-core>=2.15,<2.19'
23
- yamllint>=1.26,<2.0
24
- repo: https://github.com/DavidAnson/markdownlint-cli2
25
- rev: v0.18.1
+ rev: v0.19.1
26
27
- id: markdownlint-cli2
28
- repo: https://github.com/ambv/black
29
- rev: 25.9.0
+ rev: 25.11.0
30
31
- id: black
32
name: black
0 commit comments