mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 13:18:43 +02:00
lint: install pyzmq (22.3.0) into linter environment
mypy stubs were introduced in 21.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user