From 37134c59877bd21b7db990bb39eb9e2d04ec4e71 Mon Sep 17 00:00:00 2001 From: Yongtao Huang Date: Wed, 26 Mar 2025 09:02:45 +0800 Subject: [PATCH] Remove the useless excluded item in mypy.ini (#16777) --- api/mypy.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/mypy.ini b/api/mypy.ini index 2c754f9fcd..2898b9b52d 100644 --- a/api/mypy.ini +++ b/api/mypy.ini @@ -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/ - ) \ No newline at end of file + )