litbee / pyrightconfig.json
freemt
Bump version from 0.1.2-alpha.2 to 0.1.2-alpha.3, styled df, dl links
1319de8
raw
history blame contribute delete
240 Bytes
{
"include": ["tests", "litbee"],
"venvPath": ".venv",
"reportTypeshedErrors": false,
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"reportOptionalMemberAccess": true,
"pythonVersion": "3.8",
"ignore": []
}