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 9dc48ac commit 4fab133Copy full SHA for 4fab133
pyproject.toml
@@ -93,7 +93,7 @@ cov_badge = "coverage-badge -f -o coverage.svg"
93
docs = "mkdocs serve"
94
docs-deploy = "mkdocs gh-deploy --force"
95
cleanup = "sh scripts/cleanup.sh"
96
-purge = "sh scripts/cleanup.sh && rm -rf .venv/"
+purge = " rm -rf .venv/ && sh scripts/cleanup.sh "
97
98
[tool.pdm.dev-dependencies]
99
lint = ["ruff>=0.4.9"]
scripts/cleanup.sh
0 commit comments