Skip to content

Commit 6ae9c2e

Browse files
josibakefanquake
authored andcommitted
lint: install pyzmq (22.3.0) into linter environment
mypy stubs were introduced in 21.0.1
1 parent b93e229 commit 6ae9c2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(whi
1414
${CI_RETRY_EXE} pip3 install codespell==2.0.0
1515
${CI_RETRY_EXE} pip3 install flake8==3.8.3
1616
${CI_RETRY_EXE} pip3 install mypy==0.781
17+
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
1718
${CI_RETRY_EXE} pip3 install vulture==2.3
1819

1920
SHELLCHECK_VERSION=v0.7.2

test/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ Use the `-v` option for verbose output.
279279
|-----------|:----------:|
280280
| [`lint-python.sh`](lint/lint-python.sh) | [flake8](https://gitlab.com/pycqa/flake8)
281281
| [`lint-python.sh`](lint/lint-python.sh) | [mypy](https://github.com/python/mypy)
282+
| [`lint-python.sh`](lint/lint-python.sh) | [pyzmq](https://github.com/zeromq/pyzmq)
282283
| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck)
283284
| [`lint-spelling.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell)
284285

0 commit comments

Comments
 (0)