mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
Merge bitcoin/bitcoin#36051: ci: use ruff 0.16.x
9d0c38db74ci: use mypy 2.3.1 (fanquake)7a53beca06ci: use pyzmq 27.2.0 (fanquake)f29f076f3cci: use ruff 16 (fanquake) Pull request description: Also use mypy `2.3.1` and pyzmq `27.2.0`. ACKs for top commit: willcl-ark: ACK9d0c38db74janb84: ACK9d0c38db74maflcko: lgtm ACK9d0c38db74Tree-SHA512: 819fa465d34dd1c3de1753f4b7227a2f7217b108b5a4e4d3ff0527d2273140c9c0bf973b9fc8c60791bfe89dc1e7ed0fa17da8797cebe74fafb3a0b810c603bf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# lief version should match the version used in Guix
|
||||
lief==0.17.5
|
||||
mypy==2.3.0
|
||||
pyzmq==27.1.0
|
||||
mypy==2.3.1
|
||||
pyzmq==27.2.0
|
||||
|
||||
@@ -10,7 +10,7 @@ FROM mirror.gcr.io/ubuntu:26.04
|
||||
# https://docs.astral.sh/uv/reference/policies/versioning/
|
||||
# https://docs.astral.sh/ruff/versioning/
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/ruff:0.15 /ruff /bin/
|
||||
COPY --from=ghcr.io/astral-sh/ruff:0.16 /ruff /bin/
|
||||
|
||||
COPY ./ci/retry/retry /ci_retry
|
||||
COPY ./.python-version /.python-version
|
||||
|
||||
Reference in New Issue
Block a user