Skip to content

Commit 6b1e55c

Browse files
authored
fix: allow mdformat as a mdformatter (#466)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fea6e2f commit 6b1e55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sp_repo_review/checks/precommit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class PC180(PreCommit):
130130
repos = {
131131
"https://github.com/pre-commit/mirrors-prettier",
132132
"https://github.com/rbubley/mirrors-prettier",
133+
"https://github.com/executablebooks/mdformat",
133134
}
134135

135136

0 commit comments

Comments
 (0)