warbler-cda / pyrightconfig.json
Bellok
chore(config): update Pyright config to Python 3.9 on Windows
0c1835c
raw
history blame
425 Bytes
{
"include": [
"warbler_cda"
],
"pythonVersion": "3.9",
"typeCheckingMode": "basic",
"reportImportCycles": "error",
"reportMissingImports": "error",
"reportOptionalSubscript": "error",
"reportOptionalIterable": "error",
"reportIndexIssue": "error",
"reportReturnType": "error",
"reportUndefinedVariable": "error",
"pythonPlatform": "Windows",
"venvPath": ".venv"
}