File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -20,15 +20,15 @@ repos:
20
20
hooks :
21
21
- id : gitlint
22
22
- repo : https://github.com/crate-ci/typos
23
- rev : v1.19 .0
23
+ rev : v1.21 .0
24
24
hooks :
25
25
- id : typos
26
26
- repo : https://github.com/igorshubovych/markdownlint-cli
27
- rev : v0.39 .0
27
+ rev : v0.40 .0
28
28
hooks :
29
29
- id : markdownlint-fix
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks
31
- rev : v4.5 .0
31
+ rev : v4.6 .0
32
32
hooks :
33
33
- id : trailing-whitespace
34
34
exclude : " ^tests/Baseline"
37
37
- id : check-yaml
38
38
- id : check-added-large-files
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v3 .0.3
40
+ rev : v4 .0.0-alpha.8
41
41
hooks :
42
42
- id : prettier
43
43
stages : ["commit"]
You can’t perform that action at this time.
0 commit comments