mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-21 04:02:22 +02:00
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"include": ["../../backend"],
|
|
"exclude": [
|
|
"../../backend/.venv",
|
|
"../../backend/uv-bin",
|
|
"../../backend/data",
|
|
"../../backend/tests",
|
|
"../../backend/apps/outputs/webapp_template",
|
|
"**/__pycache__"
|
|
],
|
|
"venvPath": "../../backend",
|
|
"venv": ".venv",
|
|
"pythonVersion": "3.11",
|
|
"extraPaths": ["../.."],
|
|
"reportMissingTypeStubs": false,
|
|
"typeCheckingMode": "off",
|
|
"reportAttributeAccessIssue": "error",
|
|
"reportUndefinedVariable": "error",
|
|
"reportMissingImports": "error"
|
|
}
|