{ "include": ["."], "exclude": [ ".venv", "tests/", "migrations/", "core/rag", "extensions", "libs", "controllers/console/datasets", "controllers/service_api/dataset", "core/ops", "core/tools", "core/model_runtime", "core/workflow", "core/app/app_config/easy_ui_based_app/dataset" ], "typeCheckingMode": "strict", "allowedUntypedLibraries": [ "flask_restx", "flask_login", "opentelemetry.instrumentation.celery", "opentelemetry.instrumentation.flask", "opentelemetry.instrumentation.requests", "opentelemetry.instrumentation.sqlalchemy", "opentelemetry.instrumentation.redis" ], "reportUnknownMemberType": "hint", "reportUnknownParameterType": "hint", "reportUnknownArgumentType": "hint", "reportUnknownVariableType": "hint", "reportUnknownLambdaType": "hint", "reportMissingParameterType": "hint", "reportMissingTypeArgument": "hint", "reportUnnecessaryContains": "hint", "reportUnnecessaryComparison": "hint", "reportUnnecessaryCast": "hint", "reportUnnecessaryIsInstance": "hint", "reportUntypedFunctionDecorator": "hint", "reportAttributeAccessIssue": "hint", "pythonVersion": "3.11", "pythonPlatform": "All" }