COMFYUI-CUSTOM-NODES / comfy_mtb /pyrightconfig.json
crystantine's picture
Upload 67 files
821e6d6
raw
history blame
378 Bytes
{
"exclude": [
"**/node_modules",
"**/__pycache__",
],
"ignore": [
"extern"
],
"defineConstant": {
"DEBUG": true
},
"venvPath": "../../../.venv/",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.10",
"pythonPlatform": "All",
"reportOptionalMemberAccess": "none"
}