From 38031adee808c6a3f191a03b95403c38d00195dd Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 6 Apr 2022 10:44:07 +0100 Subject: lint: flake8 4.0.1 --- ci/lint/04_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index e043ba5a32..4f1ee79a95 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -12,7 +12,7 @@ update-alternatives --install /usr/bin/clang-format clang-format "$(wh update-alternatives --install /usr/bin/clang-format-diff clang-format-diff "$(which clang-format-diff-9)" 100 ${CI_RETRY_EXE} pip3 install codespell==2.1.0 -${CI_RETRY_EXE} pip3 install flake8==3.8.3 +${CI_RETRY_EXE} pip3 install flake8==4.0.1 ${CI_RETRY_EXE} pip3 install mypy==0.910 ${CI_RETRY_EXE} pip3 install pyzmq==22.3.0 ${CI_RETRY_EXE} pip3 install vulture==2.3 -- cgit v1.2.3