Skip to content

Commit

Permalink
update clean cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 28, 2024
1 parent 7df9676 commit 5527176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ruff = ">=0.6"
taskipy = ">=1"

[tool.taskipy.tasks]
clean = { cmd = "rm -rf .mypy_cache/ .pytest_cache/ .ruff_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }
clean = { cmd = "rm -rf .*_cache/ build/ dist/ *.egg-info", help = "Remove build artifacts" }
{% if docs -%}
docs = { cmd = "mkdocs serve -f docs/mkdocs.yaml", help = "Serve documentation"}
{% endif -%}
Expand Down

0 comments on commit 5527176

Please sign in to comment.