We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598d753 commit 81d2ab7Copy full SHA for 81d2ab7
Makefile
@@ -66,7 +66,7 @@ setup-git: ensure-venv setup-git-config
66
@echo "--> Installing git hooks"
67
cd .git/hooks && ln -sf ../../config/hooks/* ./
68
@PYENV_VERSION=$(REQUIRED_PY3_VERSION) python3 -c '' || (echo 'Please run `make setup-pyenv` to install the required Python 3 version.'; exit 1)
69
- $(PIP) install "pre-commit==1.18.2"
+ $(PIP) install "pre-commit==1.18.2" "virtualenv==20.0.23"
70
@PYENV_VERSION=$(REQUIRED_PY3_VERSION) pre-commit install --install-hooks
71
@echo ""
72
0 commit comments