mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 03:35:06 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
35 lines
1010 B
JSON
35 lines
1010 B
JSON
{
|
|
"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"
|
|
} |