From 4f01df9d9600eb0142d23d57a75c665021053dcb Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri, 17 Feb 2023 19:07:55 +0100 Subject: [PATCH] bin/install: Pin mypy to 1.0.1 Use the same mypy version as in tox files for swh packages. Related to swh/meta#4960 --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index a02ef46..64e9675 100755 --- a/bin/install +++ b/bin/install @@ -2,7 +2,7 @@ # Usage: bin/install [PIP_INSTALL_OPTION..] -PREREQUISITES="pre-commit flake8 pifpaf tox wheel mypy" +PREREQUISITES="pre-commit flake8 pifpaf tox wheel mypy==1.0.1" PIP_FLAGS="--disable-pip-version-check" PIP="python3 -m pip $PIP_FLAGS" -- GitLab