diff --git a/pyproject.toml b/pyproject.toml index a4a450c..524e80e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,10 @@ help = "Run Black" cmd = "ruff check ${PYTHON_SOURCES}" help = "Run Ruff" +[tool.poe.tasks.remarshal] +cmd = "python -m remarshal" +help = "Run Remarshal" + [tool.poe.tasks.test] cmd = "pytest" help = "Run Pytest (not through tox)"