sync
This commit is contained in:
@@ -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",
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user