mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 15:47:49 -05:00
18 lines
440 B
JSON
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"
|
|
}
|