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

pull/14262/head
Yongtao Huang 1 year ago committed by Bharat Ramanathan
parent 52cc14304a
commit 913d0f26a1

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

Loading…
Cancel
Save