feat: rss feed generation
Some checks failed
/ test-build (push) Failing after 19s

This commit is contained in:
Daniel Fichtinger 2025-07-12 01:06:31 -04:00
parent 4f8979ae9b
commit be900c794d
7 changed files with 189 additions and 20 deletions

View file

@ -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