Преглед на файлове

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

Yongtao Huang преди 6 месеца
родител
ревизия
37134c5987
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      api/mypy.ini

+ 2 - 3
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/
-  )
+  )