diff options
author | fanquake <fanquake@gmail.com> | 2023-05-29 17:10:24 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-29 17:11:31 +0100 |
commit | 6cf47a8f44f96099a84e5c6e628e3499045e024d (patch) | |
tree | 7df0e2c5d36f83cd7a38a0f5a00b6149ace29ae4 /ci | |
parent | fb4f04768634b1c494618f624e84c728f21e218e (diff) | |
parent | 015cc5e588fa25f65f6ea2ed03701def8dfd5444 (diff) |
Merge bitcoin/bitcoin#27507: lint: stop ignoring LIEF imports
015cc5e588fa25f65f6ea2ed03701def8dfd5444 lint: stop ignoring LIEF imports (fanquake)
Pull request description:
Type stubs are now available as of 0.13.0.
See https://github.com/lief-project/LIEF/issues/650.
ACKs for top commit:
TheCharlatan:
ACK 015cc5e588fa25f65f6ea2ed03701def8dfd5444
Tree-SHA512: ebb754f293c2a61a0ef64c3552f7c700ceb3054b50fd3f1573e4a9e87773ddeba47bd9875f6ab055043012dbc20aeb71e4d76cd3da535c76651dfb1fbfc66e89
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/04_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index f7147582dc..737cf3e2fb 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -35,6 +35,7 @@ fi ${CI_RETRY_EXE} pip3 install codespell==2.2.1 ${CI_RETRY_EXE} pip3 install flake8==5.0.4 +${CI_RETRY_EXE} pip3 install lief==0.13.1 ${CI_RETRY_EXE} pip3 install mypy==0.971 ${CI_RETRY_EXE} pip3 install pyzmq==24.0.1 ${CI_RETRY_EXE} pip3 install vulture==2.6 |