소스 검색

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

tags/1.2.0
Yongtao Huang 7 달 전
부모
커밋
37134c5987
No account linked to committer's email address
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…
취소
저장