From 015cc5e588fa25f65f6ea2ed03701def8dfd5444 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 21 Apr 2023 10:28:53 +0100 Subject: lint: stop ignoring LIEF imports Type stubs are now available as of 0.13.0. See https://github.com/lief-project/LIEF/issues/650. --- ci/lint/04_install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') 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 -- cgit v1.2.3