mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 09:20:52 +00:00

* Migrate to uv and poe for workspace management and task running * install python * try fix * ensure workspace venv in used * package dir * move nbqa to mypy task * separate sync, clarify docs
6 lines
146 B
TOML
6 lines
146 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
lint = "ruff check"
|
|
mypy = "mypy --config-file $POE_ROOT/../../pyproject.toml src tests"
|
|
pyright = "pyright"
|