aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-04-06 10:44:07 +0100
committerfanquake <fanquake@gmail.com>2022-04-07 12:50:10 +0100
commit38031adee808c6a3f191a03b95403c38d00195dd (patch)
tree0751f0fdb6fe49459df2b16948a51d36a886aea8 /ci/lint
parenteaf712c8019383dfa247dc7b9692bbd423cd01ba (diff)
downloadbitcoin-38031adee808c6a3f191a03b95403c38d00195dd.tar.xz
lint: flake8 4.0.1
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/04_install.sh2
1 files changed, 1 insertions, 1 deletions
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