mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
setup: add initial mypy setup
invoke like: mypy --config-file .github/mypy/mypy.ini capa/main.py
This commit is contained in:
19
.github/mypy/mypy.ini
vendored
Normal file
19
.github/mypy/mypy.ini
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[mypy]
|
||||
|
||||
[mypy-halo.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tqdm.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-viv_utils.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-smda.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-flirt.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-idc.*]
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user