diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5edebf63..c5778c1c 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.23.0 + rev: v0.23.2 hooks: - id: markdownlint-cli2 args: ["--fix", "--config", ".markdownlint-cli2.yaml"]