Skip to content

Commit 8940aef

Browse files
committed
chore: Update prek hooks
1 parent 5932b20 commit 8940aef

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
@@ -1,7 +1,7 @@
11
default_install_hook_types: ["pre-commit", "commit-msg"]
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-yaml
77
- id: check-json
@@ -10,10 +10,10 @@ repos:
1010
- id: check-case-conflict
1111
- id: detect-private-key
1212
- repo: https://github.com/crate-ci/typos
13-
rev: v1.41.0
13+
rev: v1.42.1
1414
hooks:
1515
- id: typos
1616
- repo: https://github.com/crate-ci/committed
17-
rev: v1.1.9
17+
rev: v1.1.10
1818
hooks:
1919
- id: committed

0 commit comments

Comments
 (0)