mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
1ed89d4db8
* updated API in sync with dotnet * fix test * updated name and display_name * fixed mypy setup * add pre-commit cache
8 lines
198 B
TOML
8 lines
198 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
format.ref = "fmt"
|
|
lint = "ruff check"
|
|
pyright = "pyright"
|
|
build = "uv build"
|
|
test = "pytest --cov=agent_framework --cov-report=term-missing:skip-covered tests"
|