File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_install_hook_types: [pre-commit, commit-msg]
55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.4 .0
8+ rev : v5.0 .0
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-merge-conflict
@@ -16,31 +16,31 @@ repos:
1616 - id : mixed-line-ending
1717
1818 - repo : https://github.com/adrienverge/yamllint
19- rev : v1.32.0
19+ rev : v1.37.1
2020 hooks :
2121 - id : yamllint
2222 args : [-c=.yamllint]
2323
2424 - repo : https://github.com/igorshubovych/markdownlint-cli
25- rev : v0.36 .0
25+ rev : v0.45 .0
2626 hooks :
2727 - id : markdownlint
2828 - id : markdownlint-fix
2929
3030 - repo : https://github.com/talos-systems/conform
31- rev : v0.1.0-alpha.27
31+ rev : v0.1.0-alpha.30
3232 hooks :
3333 - id : conform
3434 stages :
3535 - commit-msg
3636
3737 - repo : https://github.com/codespell-project/codespell
38- rev : v2.3.0
38+ rev : v2.4.1
3939 hooks :
4040 - id : codespell
4141
4242 - repo : https://github.com/3mdeb/hooks
43- rev : v0.1.5
43+ rev : v0.1.7
4444 hooks :
4545 - id : sort-mkdocs
4646 files : " mkdocs.yml"
You can’t perform that action at this time.
0 commit comments