diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index 3d22b05f..e6e0e942 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -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