Skip to content

Commit 81d2ab7

Browse files
author
josh
authored
fix(dev): pin pre-commit's virtualenv to 20.0.23 (#19256)
1 parent 598d753 commit 81d2ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ setup-git: ensure-venv setup-git-config
6666
@echo "--> Installing git hooks"
6767
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"
69+
$(PIP) install "pre-commit==1.18.2" "virtualenv==20.0.23"
7070
@PYENV_VERSION=$(REQUIRED_PY3_VERSION) pre-commit install --install-hooks
7171
@echo ""
7272

0 commit comments

Comments
 (0)