Skip to content

Commit 1367e25

Browse files
committed
do not install pre-commit on test
1 parent 00fa1c8 commit 1367e25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/setup_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ if [ -f "${my_venv}/bin/activate" ]; then
1313
# Install test requirements
1414
pip install uv
1515
uv pip install --upgrade -e . -r requirements_test.txt
16-
# Install pre-commit hook
17-
"${my_venv}/bin/pre-commit" install
1816
else
1917
echo "Virtualenv available, bailing out"
2018
exit 2

0 commit comments

Comments
 (0)