Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 89c2a43

Browse files
committed
Update pre-commit hooks
1 parent 576d05d commit 89c2a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.3.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-toml
@@ -10,15 +10,15 @@ repos:
1010
- id: trailing-whitespace
1111
- id: check-added-large-files
1212
- repo: https://github.com/pre-commit/mirrors-prettier
13-
rev: v2.5.1
13+
rev: v2.7.1
1414
hooks:
1515
- id: prettier
1616
- repo: https://github.com/adrienverge/yamllint.git
17-
rev: v1.26.3
17+
rev: v1.28.0
1818
hooks:
1919
- id: yamllint
2020
args: [-c=.yamllint]
2121
- repo: https://github.com/ansible-community/ansible-lint.git
22-
rev: v5.3.1
22+
rev: v6.8.0
2323
hooks:
2424
- id: ansible-lint

0 commit comments

Comments
 (0)