feat: 增加项目无关的本地清洗评审器

This commit is contained in:
2026-08-28 19:06:10 +08:00
parent 10c026c7ad
commit 6c0dd5974b
82 changed files with 9335 additions and 48 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ def test_empty_document_and_empty_rule_set_are_no_ops() -> None:
def test_installed_package_version_matches_delivery_candidate() -> None:
assert distribution_version("mdpolish") == "0.6.1"
assert distribution_version("mdpolish") == "0.7.0"
def test_parameters_preserve_rule_order_and_record_all_options() -> None: