mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
b2f5707676
# Conflicts: # .github/workflows/tool-test-sdks.yaml # api/.env.example # api/README.md # api/commands.py # api/controllers/console/explore/wraps.py # api/controllers/web/workflow.py # api/extensions/ext_commands.py # api/models/model.py # api/pyproject.toml # api/services/feature_service.py # web/README.md # web/app/components/explore/app-card/index.tsx # web/app/components/explore/app-list/index.tsx # web/app/components/explore/sidebar/index.tsx # web/app/signin/components/mail-and-password-auth.tsx # web/i18n/uk-UA/app-overview.json # web/i18n/uk-UA/app.json # web/i18n/uk-UA/billing.json # web/i18n/uk-UA/common.json # web/i18n/uk-UA/dataset-creation.json # web/i18n/uk-UA/dataset-documents.json # web/i18n/uk-UA/dataset-hit-testing.json # web/i18n/uk-UA/dataset-settings.json # web/i18n/uk-UA/dataset.json # web/i18n/uk-UA/explore.json # web/i18n/uk-UA/plugin.json # web/i18n/uk-UA/tools.json # web/next.config.js # web/package.json # web/pnpm-lock.yaml # web/service/common.ts # web/service/explore.ts # web/service/fetch.ts # web/service/use-explore.ts # web/types/feature.ts
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"include": ["."],
|
|
"exclude": [
|
|
"tests/",
|
|
".venv",
|
|
"migrations/",
|
|
"core/rag"
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"allowedUntypedLibraries": [
|
|
"fastopenapi",
|
|
"flask_restx",
|
|
"flask_login",
|
|
"opentelemetry.instrumentation.celery",
|
|
"opentelemetry.instrumentation.flask",
|
|
"opentelemetry.instrumentation.httpx",
|
|
"opentelemetry.instrumentation.requests",
|
|
"opentelemetry.instrumentation.sqlalchemy",
|
|
"opentelemetry.instrumentation.redis",
|
|
"langfuse",
|
|
"cloudscraper",
|
|
"readabilipy",
|
|
"pypandoc",
|
|
"pypdfium2",
|
|
"webvtt",
|
|
"flask_compress",
|
|
"oss2",
|
|
"baidubce.auth.bce_credentials",
|
|
"baidubce.bce_client_configuration",
|
|
"baidubce.services.bos.bos_client",
|
|
"clickzetta",
|
|
"google.cloud",
|
|
"obs",
|
|
"qcloud_cos",
|
|
"tos",
|
|
"gmpy2",
|
|
"sendgrid",
|
|
"sendgrid.helpers.mail"
|
|
],
|
|
"reportUnknownMemberType": "hint",
|
|
"reportUnknownParameterType": "hint",
|
|
"reportUnknownArgumentType": "hint",
|
|
"reportUnknownVariableType": "hint",
|
|
"reportUnknownLambdaType": "hint",
|
|
"reportMissingParameterType": "hint",
|
|
"reportMissingTypeArgument": "hint",
|
|
"reportUnnecessaryComparison": "hint",
|
|
"reportUnnecessaryIsInstance": "hint",
|
|
"reportUntypedFunctionDecorator": "hint",
|
|
"reportUnnecessaryTypeIgnoreComment": "hint",
|
|
"reportAttributeAccessIssue": "hint",
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All"
|
|
}
|