Skip to content

Commit 5527176

Browse files
committed
update clean cmd
1 parent 7df9676 commit 5527176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ruff = ">=0.6"
2525
taskipy = ">=1"
2626

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

0 commit comments

Comments
 (0)