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 6ae9c2e commit 22e6526Copy full SHA for 22e6526
ci/lint/04_install.sh
@@ -13,7 +13,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(whi
13
14
${CI_RETRY_EXE} pip3 install codespell==2.0.0
15
${CI_RETRY_EXE} pip3 install flake8==3.8.3
16
-${CI_RETRY_EXE} pip3 install mypy==0.781
+${CI_RETRY_EXE} pip3 install mypy==0.910
17
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
18
${CI_RETRY_EXE} pip3 install vulture==2.3
19
0 commit comments