{ "include": ["."], "exclude": [ "tests/", ".venv", "migrations/", "core/rag" ], "typeCheckingMode": "strict", "allowedUntypedLibraries": [ "flask_restx", "flask_login", "opentelemetry.instrumentation.celery", "opentelemetry.instrumentation.flask", "opentelemetry.instrumentation.httpx", "opentelemetry.instrumentation.requests", "opentelemetry.instrumentation.sqlalchemy", "opentelemetry.instrumentation.redis", "opentelemetry.instrumentation.httpx" ], "reportUnknownMemberType": "hint", "reportUnknownParameterType": "hint", "reportUnknownArgumentType": "hint", "reportUnknownVariableType": "hint", "reportUnknownLambdaType": "hint", "reportMissingParameterType": "hint", "reportMissingTypeArgument": "hint", "reportUnnecessaryComparison": "hint", "reportUnnecessaryIsInstance": "hint", "reportUntypedFunctionDecorator": "hint", "reportAttributeAccessIssue": "hint", "pythonVersion": "3.11", "pythonPlatform": "All" }