Skip to content

Commit b11a569

Browse files
committed
Use markdownlint-cli2
1 parent 56599eb commit b11a569

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ repos:
123123
- id: flake8
124124

125125
# Lint: Markdown
126-
- repo: https://github.com/igorshubovych/markdownlint-cli
127-
rev: v0.43.0
126+
- repo: https://github.com/DavidAnson/markdownlint-cli2
127+
rev: v0.17.1
128128
hooks:
129-
- id: markdownlint
130-
args: ["--fix"]
129+
- id: markdownlint-cli2
130+
args: [--fix]
131131

132132
# Strip output from Jupyter notebooks
133133
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)