Skip to content

Commit 170abdb

Browse files
committedMay 13, 2024·
Disable mdformat check.
mdformat is a jerk and wants to change the case of links. I'll be back to re-apply prettier if we think we need it.
1 parent b8a54f8 commit 170abdb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.pre-commit-config.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@ repos:
44
hooks:
55
- id: check-xml
66
- id: check-yaml
7-
- repo: https://github.com/executablebooks/mdformat
8-
rev: 0.7.16
9-
hooks:
10-
- id: mdformat
11-
args: ["--wrap", "80"]
12-
additional_dependencies:
13-
- mdformat-gfm

0 commit comments

Comments
 (0)
Please sign in to comment.