Files
openswarm/linter/config/pyrightconfig.json
T

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
}