diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67822b7b..c107d512 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.22.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2 args: ["--fix", "--config", ".markdownlint-cli2.yaml"]