浏览代码

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/
)
)

正在加载...
取消
保存