We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38031ad commit 864772cCopy full SHA for 864772c
ci/lint/04_install.sh
@@ -13,7 +13,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(wh
13
14
${CI_RETRY_EXE} pip3 install codespell==2.1.0
15
${CI_RETRY_EXE} pip3 install flake8==4.0.1
16
-${CI_RETRY_EXE} pip3 install mypy==0.910
+${CI_RETRY_EXE} pip3 install mypy==0.942
17
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
18
${CI_RETRY_EXE} pip3 install vulture==2.3
19
0 commit comments