fix markdown extension loading

This commit is contained in:
Daniel Fichtinger 2025-07-05 02:28:34 -04:00
parent 064bc8fc84
commit 4ad4696962
2 changed files with 25 additions and 28 deletions

View file

@ -51,7 +51,7 @@ reportUnusedCallResult = false
reportCallInDefaultInitializer = false
enableTypeIgnoreComments = true
reportIgnoreCommentWithoutRule = false
allowedUntypedLibraries = ["frontmatter", "pygments"]
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx"]
[tool.ruff]
line-length = 70