diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8f91b34..c75475dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.21.0 hooks: - id: markdownlint-cli2 args: ["--fix", "--config", ".markdownlint-cli2.yaml"]