This commit is contained in:
2026-01-10 16:52:32 -06:00
parent b547d69d48
commit 4216e833e5
10 changed files with 90 additions and 133 deletions

View File

@@ -6,10 +6,9 @@ readme = "README.md"
authors = [{ name = "Christian Camper", email = "ccamper7@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"basedpyright>=1.37.0",
"basedpyright>=1.37.1",
"pyyaml>=6.0.3",
"ruff>=0.14.10",
"ty>=0.0.10",
"ruff>=0.14.11",
]
[project.scripts]
@@ -19,6 +18,6 @@ docker_compose = "docker_compose:main"
requires = ["uv_build>=0.9.17,<0.10.0"]
build-backend = "uv_build"
[tool.pyright]
analysis.diagnosticMode = "workspace"
#reportExplicitAny = false
[tools.pyright]
analysis.diagnosticMode = 'workspace'