mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08: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/
|
|
) |