mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
12 lines
392 B
JSON
12 lines
392 B
JSON
{
|
|
"include": ["litellm"],
|
|
"ignore": [],
|
|
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"],
|
|
"pythonVersion": "3.12",
|
|
"typeCheckingMode": "strict",
|
|
"enableTypeIgnoreComments": false,
|
|
"reportMissingImports": false,
|
|
"reportPrivateImportUsage": false,
|
|
"reportExplicitAny": "error",
|
|
"reportAny": "error"
|
|
}
|