Skip to content

Commit cec69a5

Browse files
committed
[.pre-commit-config.yaml]: Downgrade markdownlint
Downgrade https://github.com/markdownlint/markdownlint from `v0.12.0` to `v0.9.0` (see comment in pre-commit config file).
1 parent 7265691 commit cec69a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ repos:
273273
# v0.12.0 requires ruby2.7
274274
# v0.11.0 and v0.10.0 require ruby2.6
275275
# => stay at v0.9.0
276-
rev: "v0.12.0"
276+
rev: "v0.9.0"
277277
hooks:
278278
# Lint Markdown files with markdownlint.
279279
- id: "markdownlint"

0 commit comments

Comments
 (0)