added latex support
This commit is contained in:
parent
5bd9e26a49
commit
12f4670533
3 changed files with 28 additions and 1 deletions
|
@ -10,6 +10,7 @@ requires-python = ">=3.12"
|
|||
dependencies = [
|
||||
"dacite>=1.9.2",
|
||||
"jinja2>=3.1.6",
|
||||
"l2m4m>=1.0.4",
|
||||
"markdown>=3.8.2",
|
||||
"pygments>=2.19.1",
|
||||
"pygments-ashen>=0.1.3",
|
||||
|
@ -51,7 +52,7 @@ reportUnusedCallResult = false
|
|||
reportCallInDefaultInitializer = false
|
||||
enableTypeIgnoreComments = true
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx"]
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue