diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9e6981..7cf7067 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - "ansible-core>=2.13" - "yamllint>=1.26,<2.0" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.8.1 + rev: v0.9.0 hooks: - id: markdownlint-cli2 ...