mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
91c5414836
* added poe setup and docs * smaller bandit exclude * updated poe * updated naming * added something in samples * exclude docs from bandit * updated readme * removed ds_store * updated readme
7 lines
189 B
TOML
7 lines
189 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
format.ref = "fmt"
|
|
lint = "ruff check"
|
|
mypy = "mypy --config-file $POE_ROOT/pyproject.toml agent_framework tests"
|
|
pyright = "pyright"
|
|
build = "uv build" |