This commit is contained in:
2026-01-23 15:00:14 -06:00
parent 13793f2d70
commit b04a997561
22 changed files with 424 additions and 596 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
authors = [{ name = "Christian Camper", email = "ccamper7@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"autoslot>=2025.11.1",
"basedpyright>=1.37.1",
"loguru>=0.7.3",
"pydantic>=2.12.5",
@@ -24,3 +25,11 @@ build-backend = "uv_build"
[tool.basedpyright]
reportExplicitAny = "none"
reportImportCycles = "none"
executionEnvironments = [
{ root = "src" }
]
exclude = [
".*",
"typings",
]