Files
beaver-agent/pyrightconfig.json
2026-05-21 23:54:13 +02:00

10 lines
209 B
JSON

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