2024-12-24 18:38:51 +08:00
|
|
|
[mypy]
|
|
|
|
|
warn_return_any = True
|
|
|
|
|
warn_unused_configs = True
|
|
|
|
|
check_untyped_defs = True
|
2025-06-11 01:01:33 +08:00
|
|
|
cache_fine_grained = True
|
|
|
|
|
sqlite_cache = True
|
2024-12-24 18:38:51 +08:00
|
|
|
exclude = (?x)(
|
2025-03-26 09:02:45 +08:00
|
|
|
core/model_runtime/model_providers/
|
2024-12-24 18:38:51 +08:00
|
|
|
| tests/
|
|
|
|
|
| migrations/
|
2025-03-26 09:02:45 +08:00
|
|
|
)
|
2025-05-06 11:58:49 +08:00
|
|
|
|
|
|
|
|
[mypy-flask_login]
|
|
|
|
|
ignore_missing_imports=True
|
|
|
|
|
|
|
|
|
|
[mypy-flask_restful]
|
|
|
|
|
ignore_missing_imports=True
|
|
|
|
|
|
|
|
|
|
[mypy-flask_restful.inputs]
|
|
|
|
|
ignore_missing_imports=True
|