pre-commit: autoupdate hooks

updates:
- [github.com/adrienverge/yamllint: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint/compare/v1.29.0...v1.31.0)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...v0.34.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4)
This commit is contained in:
pre-commit-ci[bot]
2023-05-02 01:50:59 +00:00
committed by GitHub
parent 73c800ed57
commit 16208e8950
+3 -3
View File
@@ -13,13 +13,13 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
args: [-c=.yamllint]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.34.0
hooks:
- id: markdownlint
- id: markdownlint-fix
@@ -32,7 +32,7 @@ repos:
- commit-msg
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell