Skip to content

Commit

Permalink
fix: allow mdformat as a mdformatter
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Aug 8, 2024
1 parent fea6e2f commit 96f6247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sp_repo_review/checks/precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class PC180(PreCommit):
repos = {
"https://github.com/pre-commit/mirrors-prettier",
"https://github.com/rbubley/mirrors-prettier",
"https://github.com/executablebooks/mdformat",
}


Expand Down

0 comments on commit 96f6247

Please sign in to comment.