Skip to content

Commit 1d7fe1c

Browse files
authored
Update pre-commit
1 parent 0859eb5 commit 1d7fe1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/ansible-community/ansible-lint.git
9-
rev: v25.9.2
9+
rev: v25.11.0
1010
hooks:
1111
# see discussions here about what arguments are used, and behavior
1212
# https://github.com/ansible/ansible-lint/issues/649
@@ -22,11 +22,11 @@ repos:
2222
- 'ansible-core>=2.15,<2.19'
2323
- yamllint>=1.26,<2.0
2424
- repo: https://github.com/DavidAnson/markdownlint-cli2
25-
rev: v0.18.1
25+
rev: v0.19.1
2626
hooks:
2727
- id: markdownlint-cli2
2828
- repo: https://github.com/ambv/black
29-
rev: 25.9.0
29+
rev: 25.11.0
3030
hooks:
3131
- id: black
3232
name: black

0 commit comments

Comments
 (0)