mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 04:06:13 +08:00
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
20 lines
329 B
INI
20 lines
329 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_restx]
|
|
ignore_missing_imports=True
|
|
|
|
[mypy-flask_restx.inputs]
|
|
ignore_missing_imports=True
|