Added missing timezone in responses

Fixes #114
This commit is contained in:
Donkie
2023-09-20 20:12:55 +02:00
parent 5f5473481e
commit b795680226
4 changed files with 28 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ call = "spoolman.bump:bump"
[tool.pdm.scripts.app]
cmd = "uvicorn spoolman.main:app"
[tool.pdm.scripts.itest]
cmd = "python tests_integration/run.py"
[tool.ruff]
select = ["ALL"]
ignore = [