mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 09:17:19 -05:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
191 B
TOML
11 lines
191 B
TOML
project-includes = ["."]
|
|
project-excludes = [
|
|
"tests/",
|
|
".venv",
|
|
"migrations/",
|
|
"core/rag",
|
|
]
|
|
python-platform = "linux"
|
|
python-version = "3.11.0"
|
|
infer-with-first-use = false
|