Skip to content

Commit 1f5c498

Browse files
committed
Improve comments and update pre-commit version
1 parent 5c79fa8 commit 1f5c498

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ set dotenv-load := false
1515
# Setup #
1616
#########
1717

18+
# Install dependencies for sub-projects.
1819
install:
19-
# Cargo doesn't need an install step.
20+
# Cargo does not need an install step.
2021
just docs/install
2122
just examples/install
2223

2324
# Download pre-commits and install Git hooks.
24-
pre-commit version="3.3.3":
25+
pre-commit version="3.8.0":
2526
curl \
2627
--output pre-commit.pyz \
2728
--location \

0 commit comments

Comments
 (0)