mlbee / pyrightconfig.json
freemt
first commit
e55a136
raw
history blame
201 Bytes
{
"include": ["tests", "mlbee"],
"venvPath": ".venv",
"reportTypeshedErrors": false,
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.8",
"ignore": []
}