From faae981d354e13de96442159d604a831b6c3a71e Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 12 Mar 2026 08:16:17 +0100 Subject: [PATCH] lint: Temporarily revert to vulture==2.14 To work around https://github.com/bitcoin/bitcoin/issues/34810 --- ci/lint/01_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lint/01_install.sh b/ci/lint/01_install.sh index c442906085d..4cf695b817b 100755 --- a/ci/lint/01_install.sh +++ b/ci/lint/01_install.sh @@ -45,7 +45,7 @@ ${CI_RETRY_EXE} pip3 install \ mypy==1.19.1 \ pyzmq==27.1.0 \ ruff==0.15.5 \ - vulture==2.15 + vulture==2.14 SHELLCHECK_VERSION=v0.11.0 curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | \