litbee / pyrightconfig.json
freemt
first commit
231976d
raw
history blame
202 Bytes
{
"include": ["tests", "litbee"],
"venvPath": ".venv",
"reportTypeshedErrors": false,
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.7",
"ignore": []
}