We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e0a9 commit 05941a2Copy full SHA for 05941a2
Makefile
@@ -7,6 +7,12 @@ DOCKER_CONTAINER=template
7
GH_USER=GITHUB_USERNAME
8
GH_TOKEN_FILE=GITHUB_TOKEN_PATH
9
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
16
install:
17
curl -LsSf https://astral.sh/uv/install.sh | sh
18
uv run pre-commit install
0 commit comments