Skip to content

Commit d3913ab

Browse files
Merge pull request #1621 from jordancarlin/pre-commit-fix
Update pre-commit hook installation to use uv after Python refactor
2 parents 0fd7837 + b7dd86d commit d3913ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252
if [ ! -e "${WALLY}/.git/hooks/pre-commit" ]; then
5353
pushd "${WALLY}" || return 1
5454
echo "Installing pre-commit hooks"
55-
pre-commit install
55+
uv run pre-commit install
5656
popd || return
5757
fi
5858

0 commit comments

Comments
 (0)