[tool.poe.tasks] fmt = "ruff format" lint = "ruff check" mypy = "mypy --config-file $POE_ROOT/../../pyproject.toml src tests" pyright = "pyright"