{ "$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/pyright/schema/pyrightconfig.schema.json", "typeCheckingMode": "strict", "pythonVersion": "3.12", "useLibraryCodeForTypes": true, "reportMissingTypeStubs": "warning", "exclude": [ "**/__pycache__/**", "**/.venv/**", "**/.uv/**", "media/**", "static/**", "storefront/**", "**/migrations/**" ], "executionEnvironments": [ { "root": "./", "pythonVersion": "3.12", "extraPaths": ["./evibes", "./engine"] } ] }