Read config from file

This commit is contained in:
Nick Pegg 2024-08-03 08:35:17 -07:00
parent e3816dfdb7
commit a3c949c7d5
5 changed files with 110 additions and 13 deletions

View file

@ -16,12 +16,14 @@ python = "^3.12"
jinja2 = "^3.1.4"
pillow = "^10.4.0"
rich = "^13.7.1"
pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "*"
ruff = "*"
mypy = "*"
pytest-testmon = "*"
types-pyyaml = "^6.0.12.20240724"
[tool.mypy]