File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(whi
14
14
${CI_RETRY_EXE} pip3 install codespell==2.0.0
15
15
${CI_RETRY_EXE} pip3 install flake8==3.8.3
16
16
${CI_RETRY_EXE} pip3 install mypy==0.781
17
+ ${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
17
18
${CI_RETRY_EXE} pip3 install vulture==2.3
18
19
19
20
SHELLCHECK_VERSION=v0.7.2
Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ Use the `-v` option for verbose output.
279
279
| -----------| :----------:|
280
280
| [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ flake8] ( https://gitlab.com/pycqa/flake8 )
281
281
| [ ` 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 )
282
283
| [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ ShellCheck] ( https://github.com/koalaman/shellcheck )
283
284
| [ ` lint-spelling.sh ` ] ( lint/lint-spelling.sh ) | [ codespell] ( https://github.com/codespell-project/codespell )
284
285
You can’t perform that action at this time.
0 commit comments