Skip to content

Commit a3be7bd

Browse files
committed
chore: update pre-commit hooks
Signed-off-by: David Calvert <[email protected]>
1 parent 342f958 commit a3be7bd

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
@@ -3,7 +3,7 @@
33
repos:
44
# Default pre-commit hooks
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-json
99
- id: check-yaml
@@ -14,13 +14,13 @@ repos:
1414

1515
# Typos
1616
- repo: https://github.com/crate-ci/typos
17-
rev: v1.23.6
17+
rev: v1.29.4
1818
hooks:
1919
- id: typos
2020

2121
# Markdown linter
2222
- repo: https://github.com/igorshubovych/markdownlint-cli
23-
rev: v0.41.0
23+
rev: v0.43.0
2424
hooks:
2525
- id: markdownlint
2626
args:

0 commit comments

Comments
 (0)