[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0)
- [github.com/igorshubovych/markdownlint-cli: v0.35.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.35.0...v0.41.0)
This commit is contained in:
pre-commit-ci[bot] 2024-08-19 17:05:34 +00:00 committed by GitHub
parent 2b59946865
commit bf0ef982c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml
@ -10,7 +10,7 @@ repos:
- id: forbid-submodules
- id: mixed-line-ending
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
rev: v0.41.0
hooks:
- id: markdownlint-fix
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]