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 becf833 commit ffe7a00Copy full SHA for ffe7a00
pyproject.toml
@@ -59,7 +59,7 @@ build = {package-dir = "src", editable-backend = "editables"}
59
60
[tool.pdm.scripts]
61
clean = {shell = """rm -rf .mypy_cache .pytest_cache tests/.pytest_cache build dist \
62
-htmlcov pip-wheel-metadata site __pycache__ docs/generated .nox .ruff_cache pdm.lock \
+htmlcov pip-wheel-metadata site __pycache__ docs/generated .nox .ruff_cache pdm.lock src/sportsbet/gui/.web \
63
&& find . -type d -name __pycache__ | xargs rm -rf \
64
&& find . -name '*.rej' -delete \
65
&& find . -name '.coverage*' -delete"""}
0 commit comments