Skip to content

Commit 4629f7c

Browse files
committed
update the dev env script as well
1 parent f553557 commit 4629f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "Setting up python environment... done."
5353

5454
# Ensure there is a pre-commit hook if there is a git checkout.
5555
if [ -d .git ] && [ ! -f .git/hooks/pre-commit ]; then
56-
uv run pre-commit install
56+
uvx pre-commit install
5757
fi
5858

5959
popd > /dev/null

0 commit comments

Comments
 (0)