Files
dify/api/pyrightconfig.json

28 lines
432 B
JSON

{
"include": [
"."
],
"exclude": [
"tests/",
"migrations/",
".venv/",
"core/",
"controllers/",
"tasks/",
"services/",
"schedule/",
"extensions/",
"utils/",
"repositories/",
"libs/",
"fields/",
"factories/",
"events/",
"contexts/",
"constants/",
"commands.py"
],
"typeCheckingMode": "strict",
"pythonVersion": "3.11",
"pythonPlatform": "All"
}