This commit is contained in:
parent
4f8979ae9b
commit
828a82e5cb
10 changed files with 251 additions and 34 deletions
|
@ -11,6 +11,7 @@ authors = [
|
|||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dacite>=1.9.2",
|
||||
"feedgen>=1.0.0",
|
||||
"jinja2>=3.1.6",
|
||||
"l2m4m>=1.0.4",
|
||||
"markdown>=3.8.2",
|
||||
|
@ -57,7 +58,7 @@ reportUnusedCallResult = false
|
|||
reportCallInDefaultInitializer = false
|
||||
enableTypeIgnoreComments = true
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m", "feedgen", "feedgen.feed"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue