AIstudioProxyAPI / pyrightconfig.json
peijun1's picture
Deploy AI Studio Proxy API to Hugging Face Spaces
a5784e9
Raw
History Blame Contribute Delete
2.1 kB
{
"include": ["."],
"exclude": [
"**/__pycache__",
"**/*.pyc",
".git",
".venv",
"**/node_modules",
"deprecated_javascript_version",
"errors_py",
"logs",
"tests/**",
"gui/**",
"static/frontend/**",
"launch_camoufox.py",
"simple_launcher.py"
],
"extraPaths": [
".",
"./api_utils",
"./browser_utils",
"./config",
"./models",
"./logging_utils",
"./stream"
],
"pythonVersion": "3.10",
"pythonPlatform": "All",
"typeCheckingMode": "standard",
"useLibraryCodeForTypes": true,
"autoImportCompletions": true,
"stubPath": "",
"reportMissingImports": "none",
"reportUndefinedVariable": "error",
"reportAssertAlwaysTrue": "error",
"reportInvalidStringEscapeSequence": "error",
"reportInvalidTypeVarUse": "error",
"reportConstantRedefinition": "none",
"reportGeneralTypeIssues": "none",
"reportPropertyTypeMismatch": "error",
"reportFunctionMemberAccess": "error",
"reportIncompatibleMethodOverride": "error",
"reportIncompatibleVariableOverride": "error",
"reportInconsistentConstructor": "error",
"reportOptionalSubscript": "error",
"reportOptionalMemberAccess": "none",
"reportOptionalCall": "none",
"reportOptionalIterable": "error",
"reportOptionalContextManager": "error",
"reportOptionalOperand": "none",
"reportReturnType": "none",
"reportCallIssue": "none",
"reportPrivateImportUsage": "none",
"reportPossiblyUnboundVariable": "none",
"reportUnknownParameterType": "none",
"reportUnknownArgumentType": "none",
"reportUnknownLambdaType": "none",
"reportUnknownVariableType": "none",
"reportUnknownMemberType": "none",
"reportMissingParameterType": "none",
"reportArgumentType": "none",
"reportAttributeAccessIssue": "none",
"reportMissingTypeArgument": "none",
"reportMissingTypeStubs": "none",
"reportPrivateUsage": "none",
"reportUnnecessaryIsInstance": "none",
"reportUnnecessaryCast": "warning",
"reportUnnecessaryComparison": "warning",
"reportDuplicateImport": "warning",
"reportTypedDictNotRequiredAccess": "warning"
}