Skip to content

Commit fb68263

Browse files
Auto-update pre-commit hooks (autowarefoundation#426)
Co-authored-by: KeisukeShima <[email protected]>
1 parent 7a84b68 commit fb68263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ repos:
3434
args: [--markdown-linebreak-ext=md]
3535

3636
- repo: https://github.com/igorshubovych/markdownlint-cli
37-
rev: v0.27.1
37+
rev: v0.28.1
3838
hooks:
3939
- id: markdownlint
4040
args: ["-c", ".markdownlint.yaml", "--fix"]
4141

4242
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: v2.3.2
43+
rev: v2.4.1
4444
hooks:
4545
- id: prettier
4646

@@ -51,7 +51,7 @@ repos:
5151
- id: sort-package-xml
5252

5353
- repo: https://github.com/gruntwork-io/pre-commit
54-
rev: v0.1.12
54+
rev: v0.1.15
5555
hooks:
5656
- id: shellcheck
5757

0 commit comments

Comments
 (0)