File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
- id : identity
12
12
- id : check-hooks-apply
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.6 .0
14
+ rev : v5.0 .0
15
15
hooks :
16
16
- id : check-added-large-files
17
17
- id : check-case-conflict
@@ -28,28 +28,28 @@ repos:
28
28
# hooks:
29
29
# - id: remove-tabs
30
30
- repo : https://github.com/codespell-project/codespell
31
- rev : v2.3.0
31
+ rev : v2.4.1
32
32
hooks :
33
33
- id : codespell
34
34
name : Run codespell
35
35
description : Check spelling with codespell
36
36
entry : codespell --ignore-words=codespell.txt
37
37
exclude : ^_site/.*$|^vendor/.*$
38
38
- repo : https://github.com/igorshubovych/markdownlint-cli
39
- rev : v0.41 .0
39
+ rev : v0.44 .0
40
40
hooks :
41
41
- id : markdownlint
42
42
name : Run markdownlint
43
43
args : [--config=.github/linters/.markdown-lint.yml]
44
44
exclude : ^\.github/.*$|^_site/.*$|^vendor/.*$
45
45
- repo : https://github.com/tcort/markdown-link-check
46
- rev : v3.12.2
46
+ rev : v3.13.7
47
47
hooks :
48
48
- id : markdown-link-check
49
49
args : ["-q", "-c", ".markdown-link-check.json"]
50
50
files : ^(?!.*(network|blog|index)\.md$).*\.md$
51
51
- repo : https://github.com/adrienverge/yamllint
52
- rev : v1.35.1
52
+ rev : v1.37.0
53
53
hooks :
54
54
- id : yamllint
55
55
name : Check YAML files with yamllint
Original file line number Diff line number Diff line change
1
+ abd
1
2
convertor
2
3
mater
3
4
rouge
You can’t perform that action at this time.
0 commit comments