mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
2575e8cab0
* small updates to setup * post1 * reset version * updated package status
9 lines
177 B
TOML
9 lines
177 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
format.ref = "fmt"
|
|
lint = "ruff check"
|
|
pyright = "pyright"
|
|
build = "python -m flit build"
|
|
publish = "uv publish"
|
|
clean-dist = "rm -rf dist"
|