Skip to content

Commit f9f0fc7

Browse files
authored
Merge pull request #75 from redhat-cop/create-pull-request/update-pre-commit
Update pre-commit
2 parents 8ba44eb + 290e1f4 commit f9f0fc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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: v26.3.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.21.0
2626
hooks:
2727
- id: markdownlint-cli2
2828
- repo: https://github.com/ambv/black
29-
rev: 25.9.0
29+
rev: 26.3.0
3030
hooks:
3131
- id: black
3232
name: black

0 commit comments

Comments
 (0)