1 parent e4ee384 commit ba2f9caCopy full SHA for ba2f9ca
1 file changed
Makefile
@@ -56,6 +56,7 @@ mypy: venv
56
venv: .venv
57
58
.venv: uv.lock pyproject.toml
59
+ rm -rf .venv
60
uv sync
61
62
.PHONY: test
0 commit comments