mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Some checks failed
OSS Daily Guardrails / Run OSS daily safe checks (push) Has been cancelled
This reverts commit 90f495f8dc.
12 lines
417 B
JSON
12 lines
417 B
JSON
{
|
|
"include": ["litellm"],
|
|
"ignore": [],
|
|
"exclude": ["**/node_modules", "**/__pycache__", "tests/e2e/claude_code", "litellm/types/utils.py", "litellm/proxy/_types.py"],
|
|
"pythonVersion": "3.12",
|
|
"typeCheckingMode": "strict",
|
|
"enableTypeIgnoreComments": false,
|
|
"reportMissingImports": false,
|
|
"reportPrivateImportUsage": false,
|
|
"reportExplicitAny": "error",
|
|
"reportAny": "error"
|
|
}
|