Files
OpenLLM/pyrightconfig.json
2024-07-12 20:16:19 +08:00

18 lines
440 B
JSON

{
"useLibraryCodeForTypes": true,
"verboseOutput": true,
"define": {
"MYPY": true
},
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.9",
"enableExperimentalFeatures": true,
"reportMissingImports": "warning",
"reportMissingTypeStubs": false,
"reportPrivateUsage": "warning",
"reportUnknownArgumentType": "warning",
"reportUnsupportedDunderAll": "warning",
"reportWildcardImportFromLibrary": "warning"
}