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 f553557 commit 4629f7cCopy full SHA for 4629f7c
.evergreen/scripts/setup-dev-env.sh
@@ -53,7 +53,7 @@ echo "Setting up python environment... done."
53
54
# Ensure there is a pre-commit hook if there is a git checkout.
55
if [ -d .git ] && [ ! -f .git/hooks/pre-commit ]; then
56
- uv run pre-commit install
+ uvx pre-commit install
57
fi
58
59
popd > /dev/null
0 commit comments