Skip to content

Commit 558586c

Browse files
yunlongwenqwencoder
andcommitted
ci: 重新启用 mypy 类型检查
所有类型错误已修复,现在 CI 会执行完整的类型检查。 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent b837991 commit 558586c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
- name: Run ruff format check
3131
run: ruff format --check .
3232

33-
# TODO: Re-enable mypy after fixing type annotations
34-
# - name: Run mypy
35-
# run: mypy src/
33+
- name: Run mypy type check
34+
run: mypy src/agently
3635

3736
test:
3837
name: Test

0 commit comments

Comments
 (0)