
[tool.basedpyright]
pythonVersion = "3.10"
pythonPlatform = "All"
defineConstant = { PYDANTIC_V2 = true }
executionEnvironments = [{ root = "./src" }]
typeCheckingMode = "standard"
disableBytesTypePromotions = true
