Files
beaver-gateway/pyrightconfig.json
T
2026-05-20 13:00:08 +02:00

11 lines
243 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.13",
"include": ["src"],
"exclude": [".venv", "**/__pycache__", ".pytest_cache"],
"extraPaths": ["."],
"reportMissingImports": "error",
"reportMissingTypeStubs": "none"
}