We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bfa22 commit 65fdcf6Copy full SHA for 65fdcf6
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: check-json
@@ -9,10 +9,10 @@ repos:
9
- id: check-case-conflict
10
- id: detect-private-key
11
- repo: https://github.com/crate-ci/typos
12
- rev: v1.16.20
+ rev: v1.32.0
13
14
- id: typos
15
- repo: https://github.com/crate-ci/committed
16
- rev: v1.0.20
+ rev: v1.1.7
17
18
- id: committed
0 commit comments