Files
dify/api/mypy.ini
Yongtao Huang 32fa817eaa Update mypy.ini (#24014)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-16 19:29:19 +08:00

20 lines
333 B
INI

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