added metadata parsing
This commit is contained in:
parent
8f0e420a8f
commit
729bde2f55
6 changed files with 43 additions and 28 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue