Skip to content

Commit 25212df

Browse files
committed
Merge bitcoin/bitcoin#33487: ci: use latest versions of lint deps
d4f47f9 ci: use latest versions of lint deps (fanquake) Pull request description: Some of the versions used here are > 2 years old. i.e `mypy`. Use the latest avilable versions, except for LIEF, which is generally changed with Guix. Side note. I can't remember the last time one of these tools (mypy, ruff, vulture) actually caught an issue in the lint job. ACKs for top commit: maflcko: lgtm ACK d4f47f9 janb84: lgtm ACK d4f47f9 hebasto: ACK d4f47f9, I have reviewed the code and it looks OK. Tree-SHA512: 8b312535c9fea8e76d58f517ada6d6ea7a119c5e03c8cb84a41b5b6ca80dfaaff65a81478bdc1a5acf734cfb0bc66a8b3ba5400db8973c43ca913b07568abfe4
2 parents d8fe258 + d4f47f9 commit 25212df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/lint/01_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ python3 --version
4141
${CI_RETRY_EXE} pip3 install \
4242
codespell==2.4.1 \
4343
lief==0.16.6 \
44-
mypy==1.4.1 \
45-
pyzmq==25.1.0 \
46-
ruff==0.5.5 \
47-
vulture==2.6
44+
mypy==1.18.2 \
45+
pyzmq==27.1.0 \
46+
ruff==0.13.2 \
47+
vulture==2.14
4848

4949
SHELLCHECK_VERSION=v0.11.0
5050
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \

0 commit comments

Comments
 (0)