Skip to content

Commit

Permalink
Add a 'make clean' target to clean up venv
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmills committed Nov 4, 2024
1 parent 7f42d78 commit 08746ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ test-unit: $(VENV_TARGET) ## run unit test suite
$(HATCH_CMD) test --all --parallel --randomize
test-types:
$(HATCH_CMD) run types:check

clean:
rm -rf ${VENV_DIR}

0 comments on commit 08746ec

Please sign in to comment.