mirror of
https://github.com/langgenius/dify.git
synced 2025-06-27 05:30:04 +00:00
10 lines
208 B
INI
10 lines
208 B
INI
![]() |
[mypy]
|
||
|
warn_return_any = True
|
||
|
warn_unused_configs = True
|
||
|
check_untyped_defs = True
|
||
|
exclude = (?x)(
|
||
|
core/tools/provider/builtin/
|
||
|
| core/model_runtime/model_providers/
|
||
|
| tests/
|
||
|
| migrations/
|
||
|
)
|