0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

lint: flake8 4.0.1

This commit is contained in:
fanquake 2022-04-06 10:44:07 +01:00
parent eaf712c801
commit 38031adee8
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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