diff options
author | josibake <josibake@protonmail.com> | 2021-08-31 15:10:37 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-10-16 09:14:36 +0800 |
commit | 6ae9c2ef23e50733991e2836925006387fda3eb7 (patch) | |
tree | 6f539990f080b5d5025080b0b4021422a2b41272 /ci/lint | |
parent | b93e2299dab52b513a12b90ddff577055dae10d5 (diff) |
lint: install pyzmq (22.3.0) into linter environment
mypy stubs were introduced in 21.0.1
Diffstat (limited to 'ci/lint')
-rwxr-xr-x | ci/lint/04_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 5587618f2d..b84639aed3 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -14,6 +14,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(whi ${CI_RETRY_EXE} pip3 install codespell==2.0.0 ${CI_RETRY_EXE} pip3 install flake8==3.8.3 ${CI_RETRY_EXE} pip3 install mypy==0.781 +${CI_RETRY_EXE} pip3 install pyzmq==22.3.0 ${CI_RETRY_EXE} pip3 install vulture==2.3 SHELLCHECK_VERSION=v0.7.2 |