litellm/pyrightconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
204 B
JSON
Raw Normal View History

{
"ignore": [],
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"],
"reportMissingImports": false,
"reportPrivateImportUsage": false
}