Skip to content

Commit d873ebc

Browse files
authored
chore: don't clear pre-commit cache
Same as litestar-org/advanced-alchemy#343
1 parent 07340da commit d873ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ clean: ## Cleanup temporary build a
7373
.PHONY: destroy
7474
destroy: ## Destroy the virtual environment
7575
@echo "${INFO} Destroying virtual environment... 🗑️"
76-
@uv run pre-commit clean >/dev/null 2>&1
7776
@rm -rf .venv
7877
@echo "${OK} Virtual environment destroyed 🗑️"
7978

0 commit comments

Comments
 (0)