Skip to content

Commit 05941a2

Browse files
authored
Update Makefile
1 parent 6d0e0a9 commit 05941a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ DOCKER_CONTAINER=template
77
GH_USER=GITHUB_USERNAME
88
GH_TOKEN_FILE=GITHUB_TOKEN_PATH
99

10+
# Install uv, pre-commit hooks and dependencies
11+
# Note that `uv run` has an implicit `uv sync`, since it will (if necessary):
12+
# - Download an install Python
13+
# - Create a virtual environment
14+
# - Update `uv.lock`
15+
# - Sync the virtual env, installing and removing dependencies as required
1016
install:
1117
curl -LsSf https://astral.sh/uv/install.sh | sh
1218
uv run pre-commit install

0 commit comments

Comments
 (0)