fix markdown extension loading
This commit is contained in:
parent
064bc8fc84
commit
4ad4696962
2 changed files with 25 additions and 28 deletions
|
@ -51,7 +51,7 @@ reportUnusedCallResult = false
|
|||
reportCallInDefaultInitializer = false
|
||||
enableTypeIgnoreComments = true
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments"]
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue