mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-18 11:49:41 +08:00
10 lines
174 B
INI
10 lines
174 B
INI
[mypy]
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
check_untyped_defs = True
|
|
exclude = (?x)(
|
|
core/model_runtime/model_providers/
|
|
| tests/
|
|
| migrations/
|
|
)
|