litellm/pyrightconfig.json
yuneng-jiang 6372ca32c1
Some checks failed
OSS Daily Guardrails / Run OSS daily safe checks (push) Has been cancelled
Revert "chore(ci): sync litellm_internal_staging into daily OSS branch (#33337)" (#33339)
This reverts commit 90f495f8dc.
2026-07-14 19:32:25 -07:00

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"
}