mirror of
https://github.com/mandiant/capa.git
synced 2026-07-06 20:46:26 -07:00
binja: add mypy config for top-level binaryninja module (#2877)
Allow mypy to skip missing 'binaryninja' (not just binaryninja.*) when the Binary Ninja API is not installed. Fixes #2399
This commit is contained in:
committed by
GitHub
parent
54cc4ee7a3
commit
e9b3311338
@@ -63,6 +63,9 @@ ignore_missing_imports = True
|
||||
[mypy-PyQt5.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-binaryninja]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-binaryninja.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user