We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9676 commit 5527176Copy full SHA for 5527176
src/pyproject.toml.jinja
@@ -25,7 +25,7 @@ ruff = ">=0.6"
25
taskipy = ">=1"
26
27
[tool.taskipy.tasks]
28
-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" }
29
{% if docs -%}
30
docs = { cmd = "mkdocs serve -f docs/mkdocs.yaml", help = "Serve documentation"}
31
{% endif -%}
0 commit comments