mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
29 lines
447 B
JSON
29 lines
447 B
JSON
{
|
|
"include": [
|
|
"."
|
|
],
|
|
"exclude": [
|
|
"tests/",
|
|
"migrations/",
|
|
".venv/",
|
|
"models/",
|
|
"core/",
|
|
"controllers/",
|
|
"tasks/",
|
|
"services/",
|
|
"schedule/",
|
|
"extensions/",
|
|
"utils/",
|
|
"repositories/",
|
|
"libs/",
|
|
"fields/",
|
|
"factories/",
|
|
"events/",
|
|
"contexts/",
|
|
"constants/",
|
|
"commands.py"
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All"
|
|
} |