wip: generate RSS feed
This commit is contained in:
parent
8d17572d12
commit
21d4d3181e
4 changed files with 59 additions and 1 deletions
|
@ -9,6 +9,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",
|
||||
|
@ -52,7 +53,7 @@ reportUnusedCallResult = false
|
|||
reportCallInDefaultInitializer = false
|
||||
enableTypeIgnoreComments = true
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
|
||||
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m", "feedgen"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue