diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7eaa2b4..fd39005a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: script-must-have-extension - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 # Use the latest stable version + rev: v0.19.0 # Use the latest stable version hooks: - id: markdownlint-cli2 args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file