dify/api/mypy.ini
André de Matteo 7b9e01aa07
Feat/support sendgrid (#21011)
Co-authored-by: André de Matteo <andre.matteo@accenture.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-06-19 10:27:38 +08:00

21 lines
375 B
INI

[mypy]
warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
cache_fine_grained = True
sqlite_cache = True
exclude = (?x)(
core/model_runtime/model_providers/
| tests/
| migrations/
)
[mypy-flask_login]
ignore_missing_imports=True
[mypy-flask_restful]
ignore_missing_imports=True
[mypy-flask_restful.inputs]
ignore_missing_imports=True