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 eaf712c commit 38031adCopy full SHA for 38031ad
ci/lint/04_install.sh
@@ -12,7 +12,7 @@ update-alternatives --install /usr/bin/clang-format clang-format "$(wh
12
update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(which clang-format-diff-9)" 100
13
14
${CI_RETRY_EXE} pip3 install codespell==2.1.0
15
-${CI_RETRY_EXE} pip3 install flake8==3.8.3
+${CI_RETRY_EXE} pip3 install flake8==4.0.1
16
${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
0 commit comments