Remove the useless excluded item in mypy.ini (#16777)

This commit is contained in:
Yongtao Huang 2025-03-26 09:02:45 +08:00 committed by GitHub
parent 0c2a459c30
commit 37134c5987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,7 @@ warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
exclude = (?x)(
core/tools/provider/builtin/
| core/model_runtime/model_providers/
core/model_runtime/model_providers/
| tests/
| migrations/
)
)