Enable Mypy for Workflow (#433)

This commit is contained in:
Tao Chen
2025-08-15 22:57:28 +00:00
committed by GitHub
parent 0410f51777
commit c0c49d31d0
7 changed files with 20 additions and 18 deletions
+1
View File
@@ -79,6 +79,7 @@ exclude_dirs = ["tests"]
executor.type = "uv"
include = "../../shared_tasks.toml"
[tool.poe.tasks]
mypy = "mypy --config-file $POE_ROOT/pyproject.toml agent_framework_workflow"
test = "pytest --cov=agent_framework_workflow --cov-report=term-missing:skip-covered tests"
[tool.uv.build-backend]