2025-09-03 11:52:26 +08:00
|
|
|
{
|
2025-09-09 17:12:45 +08:00
|
|
|
"include": ["."],
|
2025-09-10 01:54:26 +08:00
|
|
|
"exclude": [
|
|
|
|
|
".venv",
|
|
|
|
|
"tests/",
|
|
|
|
|
"migrations/",
|
|
|
|
|
"core/rag",
|
|
|
|
|
"extensions",
|
|
|
|
|
"libs",
|
|
|
|
|
"controllers/console/datasets",
|
|
|
|
|
"controllers/service_api/dataset",
|
|
|
|
|
"core/ops",
|
|
|
|
|
"core/tools",
|
|
|
|
|
"core/model_runtime",
|
2025-09-18 12:49:10 +08:00
|
|
|
"core/workflow/nodes",
|
2025-09-10 01:54:26 +08:00
|
|
|
"core/app/app_config/easy_ui_based_app/dataset"
|
2025-09-05 08:34:18 +08:00
|
|
|
],
|
2025-09-03 11:52:26 +08:00
|
|
|
"typeCheckingMode": "strict",
|
2025-09-10 01:54:26 +08:00
|
|
|
"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",
|
2025-09-03 11:52:26 +08:00
|
|
|
"pythonVersion": "3.11",
|
2025-09-05 08:34:18 +08:00
|
|
|
"pythonPlatform": "All"
|
2025-09-08 19:55:25 +08:00
|
|
|
}
|