added metadata parsing

This commit is contained in:
Daniel Fichtinger 2025-06-15 22:07:08 -04:00
parent 8f0e420a8f
commit 729bde2f55
6 changed files with 43 additions and 28 deletions

View file

@ -9,7 +9,6 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"python-dateutil>=2.9.0.post0",
"python-frontmatter>=1.1.0",
"typer>=0.16.0",
]
@ -39,6 +38,7 @@ executionEnvironments = [
# off | basic | standard | strict | recommended | all
typeCheckingMode = "recommended"
reportExplicitAny = false
reportUnusedCallResult = false
allowedUntypedLibraries = ["frontmatter"]
[tool.ruff]