mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
26 lines
501 B
JSON
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
|
|
} |