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