diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index e5d862a7..0aded4dc 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -57,6 +57,9 @@ ignore_missing_imports = True [mypy-ida_funcs.*] ignore_missing_imports = True +[mypy-ida_loader.*] +ignore_missing_imports = True + [mypy-PyQt5.*] ignore_missing_imports = True