Skip to content

Commit

Permalink
build(tasks): add task remarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Oct 7, 2023
1 parent 0c7e4a5 commit 5f731f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5f731f6

Please sign in to comment.