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 1111 - id : identity
1212 - id : check-hooks-apply
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.6 .0
14+ rev : v5.0 .0
1515 hooks :
1616 - id : check-added-large-files
1717 - id : check-case-conflict
@@ -28,28 +28,28 @@ repos:
2828 # hooks:
2929 # - id: remove-tabs
3030 - repo : https://github.com/codespell-project/codespell
31- rev : v2.3.0
31+ rev : v2.4.1
3232 hooks :
3333 - id : codespell
3434 name : Run codespell
3535 description : Check spelling with codespell
3636 entry : codespell --ignore-words=codespell.txt
3737 exclude : ^_site/.*$|^vendor/.*$
3838 - repo : https://github.com/igorshubovych/markdownlint-cli
39- rev : v0.41 .0
39+ rev : v0.44 .0
4040 hooks :
4141 - id : markdownlint
4242 name : Run markdownlint
4343 args : [--config=.github/linters/.markdown-lint.yml]
4444 exclude : ^\.github/.*$|^_site/.*$|^vendor/.*$
4545 - repo : https://github.com/tcort/markdown-link-check
46- rev : v3.12.2
46+ rev : v3.13.7
4747 hooks :
4848 - id : markdown-link-check
4949 args : ["-q", "-c", ".markdown-link-check.json"]
5050 files : ^(?!.*(network|blog|index)\.md$).*\.md$
5151 - repo : https://github.com/adrienverge/yamllint
52- rev : v1.35.1
52+ rev : v1.37.0
5353 hooks :
5454 - id : yamllint
5555 name : Check YAML files with yamllint
Original file line number Diff line number Diff line change 1+ abd
12convertor
23mater
34rouge
You can’t perform that action at this time.
0 commit comments