Skip to content

Commit 2b73b70

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 9203515 commit 2b73b70

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
@@ -262,7 +262,7 @@ repos:
262262
# v0.12.0 requires ruby2.7
263263
# v0.11.0 and v0.10.0 require ruby2.6
264264
# => stay at v0.9.0
265-
rev: "v0.12.0"
265+
rev: "v0.9.0"
266266
hooks:
267267
# Lint Markdown files with markdownlint.
268268
- id: "markdownlint"

0 commit comments

Comments
 (0)