mirror of
https://github.com/microsoft/autogen.git
synced 2025-06-26 22:30:10 +00:00
7 lines
165 B
TOML
7 lines
165 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
format.ref = "fmt"
|
|
lint = "ruff check"
|
|
mypy = "mypy --config-file $POE_ROOT/../../pyproject.toml src tests"
|
|
pyright = "pyright"
|