Files
omnara-agent-monitor/pyrightconfig.json
Kartik Sarangmath d12fe4a101 Initial commit
2025-07-08 19:17:44 -07:00

26 lines
501 B
JSON

{
"include": [
"backend",
"servers",
"shared",
"omnara"
],
"exclude": [
"**/__pycache__",
"**/node_modules",
"**/.venv",
"test-venv/**",
"**/dist",
"**/build",
"**/*.egg-info"
],
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.12",
"pythonPlatform": "Linux",
"venvPath": ".",
"venv": ".venv",
"typeCheckingMode": "basic",
"reportPrivateUsage": false,
"reportUnnecessaryTypeIgnoreComment": false
}