Skip to content
Snippets Groups Projects
Commit 4f01df9d authored by Antoine Lambert's avatar Antoine Lambert
Browse files

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
parent c46919b9
No related branches found
No related tags found
1 merge request!255bin/install: Pin mypy to 1.0.1
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment