1 2 3 4 5 6 7 8
[tool.basedpyright] pythonVersion = "3.10" pythonPlatform = "All" defineConstant = { PYDANTIC_V2 = true } executionEnvironments = [{ root = "./src" }] typeCheckingMode = "standard" disableBytesTypePromotions = true