mirror of https://github.com/langgenius/dify.git
25 lines
442 B
JSON
25 lines
442 B
JSON
{
|
|
"include": ["models", "configs"],
|
|
"exclude": [".venv", "tests/", "migrations/"],
|
|
"ignore": [
|
|
"core/",
|
|
"controllers/",
|
|
"tasks/",
|
|
"services/",
|
|
"schedule/",
|
|
"extensions/",
|
|
"utils/",
|
|
"repositories/",
|
|
"libs/",
|
|
"fields/",
|
|
"factories/",
|
|
"events/",
|
|
"contexts/",
|
|
"constants/",
|
|
"commands.py"
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All"
|
|
}
|