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 00fa1c8 commit 1367e25Copy full SHA for 1367e25
scripts/setup_test.sh
@@ -13,8 +13,6 @@ if [ -f "${my_venv}/bin/activate" ]; then
13
# Install test requirements
14
pip install uv
15
uv pip install --upgrade -e . -r requirements_test.txt
16
- # Install pre-commit hook
17
- "${my_venv}/bin/pre-commit" install
18
else
19
echo "Virtualenv available, bailing out"
20
exit 2
0 commit comments