Merge bitcoin/bitcoin#34814: lint: Temporarily revert to vulture==2.14

faae981d354e13de96442159d604a831b6c3a71e lint: Temporarily revert to vulture==2.14 (MarcoFalke)

Pull request description:

  To work around https://github.com/bitcoin/bitcoin/issues/34810

ACKs for top commit:
  fanquake:
    ACK faae981d354e13de96442159d604a831b6c3a71e

Tree-SHA512: 80b8250379e672e62090e7853d342b93befcb33c9f6e86fb39776e34029f0952ad4fb6d22747c387a3503b2b9cb3f894ef6e5f7606058647a46037918e1b35b0
This commit is contained in:
merge-script 2026-03-12 09:41:34 +00:00
commit 1a2f4e9750
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

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