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