Skip to content

Commit 9c65007

Browse files
joshRaduW
josh
authored andcommitted
fix(dev): pre-commit virtualenv 20.0.23 -> 20.0.32 (#21146)
1 parent 3cadc52 commit 9c65007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ setup-git: ensure-venv setup-git-config
6666
@echo "--> Installing git hooks"
6767
mkdir -p .git/hooks && cd .git/hooks && ln -sf ../../config/hooks/* ./
6868
@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" "virtualenv==20.0.23"
69+
@# pre-commit loosely pins virtualenv, which has caused problems in the past.
70+
$(PIP) install "pre-commit==1.18.2" "virtualenv==20.0.32"
7071
@PYENV_VERSION=$(REQUIRED_PY3_VERSION) pre-commit install --install-hooks
7172
@echo ""
7273

0 commit comments

Comments
 (0)