mypy: ignore ida_nalt

This commit is contained in:
Willi Ballenthin
2022-12-06 12:06:07 +00:00
parent cc832d26aa
commit c83877ec74

View File

@@ -48,6 +48,9 @@ ignore_missing_imports = True
[mypy-ida_bytes.*]
ignore_missing_imports = True
[mypy-ida_nalt.*]
ignore_missing_imports = True
[mypy-ida_kernwin.*]
ignore_missing_imports = True