dify / api /mypy.ini
CatPtain's picture
Upload 14 files
8dc32de verified
raw
history blame
208 Bytes
[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/
)