We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a69ed5 commit e33d092Copy full SHA for e33d092
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
hooks:
51
- id: script-must-have-extension
52
- repo: https://github.com/DavidAnson/markdownlint-cli2
53
- rev: v0.12.0 # Use the latest stable version
+ rev: v0.18.1 # Use the latest stable version
54
55
- id: markdownlint-cli2
56
args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file
0 commit comments