We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf0a51 commit db2e4acCopy full SHA for db2e4ac
Makefile
@@ -28,7 +28,8 @@ upgrade: ## Upgrade all dependencies to the latest stable versio
28
# =============================================================================
29
30
.PHONY: install
31
-install: uv sync
+install:
32
+ @uv sync
33
34
.PHONY: clean
35
clean: ## Cleanup temporary build artifacts
@@ -51,7 +52,7 @@ destroy: ## Destroy the virtual environment
51
52
53
.PHONY: lock
54
lock: ## Rebuild lockfiles from scratch, updating all dependencies
- uv lock
55
+ @uv lock
56
57
58
# Tests, Linting, Coverage
0 commit comments