mirror of https://github.com/langgenius/dify.git
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"include": ["."],
|
|
"exclude": [
|
|
".venv",
|
|
"tests/",
|
|
"migrations/",
|
|
"core/rag",
|
|
"extensions",
|
|
"libs",
|
|
"controllers/console/datasets",
|
|
"core/ops",
|
|
"core/tools",
|
|
"core/model_runtime",
|
|
"core/workflow/nodes",
|
|
"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"
|
|
}
|