Skip to content

Commit 864772c

Browse files
committed
lint: mypy 0.942
1 parent 38031ad commit 864772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(wh
1313

1414
${CI_RETRY_EXE} pip3 install codespell==2.1.0
1515
${CI_RETRY_EXE} pip3 install flake8==4.0.1
16-
${CI_RETRY_EXE} pip3 install mypy==0.910
16+
${CI_RETRY_EXE} pip3 install mypy==0.942
1717
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
1818
${CI_RETRY_EXE} pip3 install vulture==2.3
1919

0 commit comments

Comments
 (0)