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