File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ repos:
2121 - id : check-toml
2222 - id : check-json
2323 - repo : https://github.com/Lucas-C/pre-commit-hooks
24- rev : v1.4.2
24+ rev : v1.5.1
2525 hooks :
2626 - id : remove-crlf
2727 - repo : https://github.com/codespell-project/codespell
28- rev : v2.2.2
28+ rev : v2.2.4
2929 hooks :
3030 - id : codespell
3131 additional_dependencies :
3232 - tomli
3333 - repo : https://github.com/jorisroovers/gitlint
34- rev : v0.19.0dev
34+ rev : v0.19.1
3535 hooks :
3636 - id : gitlint
3737 args :
@@ -45,16 +45,15 @@ repos:
4545 hooks :
4646 - id : check-mailmap
4747 - repo : https://github.com/adrienverge/yamllint
48- rev : v1.29 .0
48+ rev : v1.31 .0
4949 hooks :
5050 - id : yamllint
5151 - repo : https://github.com/executablebooks/mdformat
5252 rev : 0.7.16
5353 hooks :
5454 - id : mdformat
55- args :
56- - --number
5755 additional_dependencies :
56+ - mdformat-pyproject
5857 - mdformat-gfm
5958 - mdformat-myst
6059 - mdformat-toc
6362 - mdformat-black
6463 - mdformat-config
6564 - repo : https://github.com/DavidAnson/markdownlint-cli2
66- rev : v0.6.0
65+ rev : v0.7.1
6766 hooks :
6867 - id : markdownlint-cli2
6968 additional_dependencies :
Original file line number Diff line number Diff line change 1+ [tool .mdformat ]
2+ number = true
You can’t perform that action at this time.
0 commit comments