mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-21 14:02:20 -05:00
37 lines
998 B
JSON
37 lines
998 B
JSON
{
|
|
"useLibraryCodeForTypes": true,
|
|
"typeCheckingMode": "strict",
|
|
"verboseOutput": true,
|
|
"include": [
|
|
"openllm-core/src",
|
|
"openllm-client/src",
|
|
"openllm-python/src"
|
|
],
|
|
"define": {
|
|
"MYPY": true
|
|
},
|
|
"exclude": [
|
|
"cz.py",
|
|
"tools",
|
|
"examples",
|
|
"typings",
|
|
"openllm-python/src/openllm/playground/",
|
|
"openllm-python/src/openllm/models/",
|
|
"openllm-python/src/openllm/__init__.py",
|
|
"openllm-python/src/openllm/__main__.py",
|
|
"openllm-python/tests",
|
|
"openllm-core/src/openllm_core/_typing_compat.py",
|
|
"openllm-client/src/openllm_client/pb/**"
|
|
],
|
|
"pythonVersion": "3.12",
|
|
"enableExperimentalFeatures": true,
|
|
"reportMissingImports": "warning",
|
|
"reportMissingTypeStubs": false,
|
|
"reportPrivateUsage": "warning",
|
|
"reportUnknownArgumentType": "warning",
|
|
"reportUnknownMemberType": "warning",
|
|
"reportUnknownVariableType": "warning",
|
|
"reportUnsupportedDunderAll": "warning",
|
|
"reportWildcardImportFromLibrary": "warning"
|
|
}
|