mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Update dependency mdformat-admon to v2.0.6 (#12821)
This commit is contained in:
parent
71b8bf211f
commit
cb364780b3
3 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,7 @@ def main() -> None:
|
|||
# Format rules docs
|
||||
add_no_escape_text_plugin()
|
||||
for rule_doc in Path("docs/rules").glob("*.md"):
|
||||
mdformat.file(rule_doc, extensions=["mkdocs", "admonition", "no-escape-text"])
|
||||
mdformat.file(rule_doc, extensions=["mkdocs", "admon", "no-escape-text"])
|
||||
|
||||
with Path("mkdocs.template.yml").open(encoding="utf8") as fp:
|
||||
config = yaml.safe_load(fp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue