From 574806b67f7653af1a9270f560a6d804b71f0ef1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 28 May 2026 12:20:33 -0400 Subject: [PATCH] fix: add a few more formatters/linters for markdown Signed-off-by: Henry Schreiner --- src/sp_repo_review/checks/precommit.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sp_repo_review/checks/precommit.py b/src/sp_repo_review/checks/precommit.py index 35e4af25..de0307fa 100644 --- a/src/sp_repo_review/checks/precommit.py +++ b/src/sp_repo_review/checks/precommit.py @@ -149,6 +149,9 @@ class PC180(PreCommit): "https://github.com/hukkin/mdformat", "https://github.com/rvben/rumdl-pre-commit", "https://github.com/davidanson/markdownlint-cli2", + "https://github.com/jolars/panache-pre-commit", + "https://github.com/akiomik/mado", + "https://github.com/markdownlint/markdownlint", }