diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index 4ea6e4ca..e5d862a7 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -54,5 +54,14 @@ ignore_missing_imports = True [mypy-ida_settings.*] ignore_missing_imports = True +[mypy-ida_funcs.*] +ignore_missing_imports = True + [mypy-PyQt5.*] ignore_missing_imports = True + +[mypy-binaryninja.*] +ignore_missing_imports = True + +[mypy-pytest.*] +ignore_missing_imports = True \ No newline at end of file