From 24d61d863495c52d7479019df1aa2d11bb1ae3db Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Mon, 14 Jun 2021 10:41:32 -0600 Subject: [PATCH] mypy: ignore more external deps --- .github/mypy/mypy.ini | 9 +++++++++ 1 file changed, 9 insertions(+) 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