We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6bb28 commit 4d44cd7Copy full SHA for 4d44cd7
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.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-yaml
6
stages: [commit]
@@ -15,12 +15,12 @@ repos:
15
- id: detect-private-key
16
17
- repo: https://github.com/crate-ci/typos
18
- rev: v1.11.1
+ rev: v1.14.10
19
20
- id: typos
21
22
- repo: https://github.com/crate-ci/committed
23
- rev: v1.0.4
+ rev: v1.0.17
24
25
- id: committed
26
stages: [commit-msg]
0 commit comments