瀏覽代碼

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

tags/1.2.0
Yongtao Huang 7 月之前
父節點
當前提交
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/
)
)

Loading…
取消
儲存