mirror of
https://github.com/langgenius/dify.git
synced 2025-07-17 22:30:43 +00:00
22 lines
376 B
INI
22 lines
376 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
|
|
|