mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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:
parent
7d33ae755d
commit
015cc5e588
6 changed files with 6 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ import pkg_resources
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
DEPS = ['flake8', 'mypy', 'pyzmq']
|
||||
DEPS = ['flake8', 'lief', 'mypy', 'pyzmq']
|
||||
MYPY_CACHE_DIR = f"{os.getenv('BASE_ROOT_DIR', '')}/test/.mypy_cache"
|
||||
|
||||
# All .py files, except those in src/ (to exclude subtrees there)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue