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 4629f7c commit 9f5707eCopy full SHA for 9f5707e
.evergreen/scripts/setup-dev-env.sh
@@ -51,9 +51,4 @@ uv sync
51
52
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
- uvx pre-commit install
57
-fi
58
-
59
popd > /dev/null
justfile
@@ -18,6 +18,7 @@ resync:
18
19
install:
20
bash .evergreen/scripts/setup-dev-env.sh
21
+ uvx pre-commit install
22
23
[group('docs')]
24
docs: && resync
0 commit comments