Skip to content

Commit

Permalink
[.pre-commit-config.yaml]: Downgrade markdownlint
Browse files Browse the repository at this point in the history
Downgrade https://github.com/markdownlint/markdownlint from `v0.12.0` to
`v0.9.0` (see comment in pre-commit config file).
  • Loading branch information
andthum committed Jan 2, 2024
1 parent 7265691 commit cec69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ repos:
# v0.12.0 requires ruby2.7
# v0.11.0 and v0.10.0 require ruby2.6
# => stay at v0.9.0
rev: "v0.12.0"
rev: "v0.9.0"
hooks:
# Lint Markdown files with markdownlint.
- id: "markdownlint"

0 comments on commit cec69a5

Please sign in to comment.