2024-12-24 18:38:51 +08:00
|
|
|
[mypy]
|
|
|
|
warn_return_any = True
|
|
|
|
warn_unused_configs = True
|
|
|
|
check_untyped_defs = True
|
|
|
|
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
|
|
|
)
|