We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5932b20 + 8940aef commit b65c345Copy full SHA for b65c345
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
default_install_hook_types: ["pre-commit", "commit-msg"]
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-yaml
7
- id: check-json
@@ -10,10 +10,10 @@ repos:
10
- id: check-case-conflict
11
- id: detect-private-key
12
- repo: https://github.com/crate-ci/typos
13
- rev: v1.41.0
+ rev: v1.42.1
14
15
- id: typos
16
- repo: https://github.com/crate-ci/committed
17
- rev: v1.1.9
+ rev: v1.1.10
18
19
- id: committed
0 commit comments