This commit is contained in:
2026-01-21 20:28:26 -06:00
parent 2464a57a42
commit 7f749380ff
49 changed files with 1264 additions and 1305 deletions

View File

@@ -8,8 +8,10 @@ requires-python = ">=3.13"
dependencies = [
"basedpyright>=1.37.1",
"loguru>=0.7.3",
"pydantic>=2.12.5",
"pyyaml>=6.0.3",
"ruff>=0.14.11",
"ruff==0.14.13",
"sqlalchemy>=2.0.45",
]
[project.scripts]
@@ -19,6 +21,6 @@ docker_compose = "docker_compose:main"
requires = ["uv_build>=0.9.17,<0.10.0"]
build-backend = "uv_build"
[tools.pyright]
analysis.diagnosticMode = 'workspace'
[tool.basedpyright]
reportExplicitAny = "none"
reportImportCycles = "none"