Skip to content

Commit 38031ad

Browse files
committed
lint: flake8 4.0.1
1 parent eaf712c commit 38031ad

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
@@ -12,7 +12,7 @@ update-alternatives --install /usr/bin/clang-format clang-format "$(wh
1212
update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(which clang-format-diff-9)" 100
1313

1414
${CI_RETRY_EXE} pip3 install codespell==2.1.0
15-
${CI_RETRY_EXE} pip3 install flake8==3.8.3
15+
${CI_RETRY_EXE} pip3 install flake8==4.0.1
1616
${CI_RETRY_EXE} pip3 install mypy==0.910
1717
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
1818
${CI_RETRY_EXE} pip3 install vulture==2.3

0 commit comments

Comments
 (0)