We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b8cc9 commit 9075d3aCopy full SHA for 9075d3a
Makefile
@@ -6,7 +6,7 @@ help: # Show help for each of the Makefile recipes.
6
@grep -E '^[a-zA-Z0-9 -]+:.*#' Makefile | sort | while read -r l; do printf "\033[1;34m$$(echo $$l | cut -f 1 -d':')\033[00m:$$(echo $$l | cut -f 2- -d'#')\n"; done
7
8
install: # install dependencies for running tests and linting
9
- uv install python
+ uv python install
10
uv sync --extra dev
11
12
test: install # run tests
0 commit comments