diff --git a/mypy.ini b/mypy.ini
index 67b5755d1536d9ff082523fd6e614ed10ab59839..971a70a5197920f3f192089742afbf4f9a15e0c7 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -14,6 +14,9 @@ django_settings_module = gregsite.settings.dev
 # Ignore problems in auto generated modules.
 ignore_errors = True
 
+[mypy-cerebrum_client.*]
+ignore_missing_imports = True
+
 [mypy-dirtyfields]
 ignore_missing_imports = True