Skip to content

Commit

Permalink
Improve comments and update pre-commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 14, 2024
1 parent 5c79fa8 commit 1f5c498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ set dotenv-load := false
# Setup #
#########

# Install dependencies for sub-projects.
install:
# Cargo doesn't need an install step.
# Cargo does not need an install step.
just docs/install
just examples/install

# Download pre-commits and install Git hooks.
pre-commit version="3.3.3":
pre-commit version="3.8.0":
curl \
--output pre-commit.pyz \
--location \
Expand Down

0 comments on commit 1f5c498

Please sign in to comment.