Files
agent-framework/python/shared_tasks.toml
T
Eduard van Valkenburg 53866218d2 Python: add better test coverage to individual tests, and all-tests task, gh … (#400)
* add better test coverage to individual tests, and all-tests task, gh action to surface

* remove cache location

* test version-file

* updated uv setup for consistency

* mypy fix

* update naming

* temporarily removed mypy from workflow
2025-08-12 18:35:36 +00:00

7 lines
115 B
TOML

[tool.poe.tasks]
fmt = "ruff format"
format.ref = "fmt"
lint = "ruff check"
pyright = "pyright"
build = "uv build"