lint: stop ignoring LIEF imports

Type stubs are now available as of 0.13.0.
See https://github.com/lief-project/LIEF/issues/650.
This commit is contained in:
fanquake
2023-04-21 10:28:53 +01:00
parent 7d33ae755d
commit 015cc5e588
6 changed files with 6 additions and 4 deletions

View File

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