Skip to content

Commit dc2fea3

Browse files
committed
Bump pre-commit hooks
1 parent 52c5f59 commit dc2fea3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -20,15 +20,15 @@ repos:
2020
hooks:
2121
- id: gitlint
2222
- repo: https://github.com/crate-ci/typos
23-
rev: v1.19.0
23+
rev: v1.21.0
2424
hooks:
2525
- id: typos
2626
- repo: https://github.com/igorshubovych/markdownlint-cli
27-
rev: v0.39.0
27+
rev: v0.40.0
2828
hooks:
2929
- id: markdownlint-fix
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.5.0
31+
rev: v4.6.0
3232
hooks:
3333
- id: trailing-whitespace
3434
exclude: "^tests/Baseline"
@@ -37,7 +37,7 @@ repos:
3737
- id: check-yaml
3838
- id: check-added-large-files
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.0.3
40+
rev: v4.0.0-alpha.8
4141
hooks:
4242
- id: prettier
4343
stages: ["commit"]

0 commit comments

Comments
 (0)