mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"include": ["../../backend"],
|
|
"exclude": [
|
|
"../../backend/.venv",
|
|
"../../backend/uv-bin",
|
|
"../../backend/data",
|
|
"../../backend/tests"
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"pythonVersion": "3.11",
|
|
"venvPath": "../../backend",
|
|
"venv": ".venv",
|
|
"reportMissingTypeStubs": false
|
|
}
|