From 43cb3d8a7e981513346ca24bb6878a2930e82cc6 Mon Sep 17 00:00:00 2001
From: Sivert Kronen Hatteberg <skh@uio.no>
Date: Thu, 11 Nov 2021 15:33:32 +0100
Subject: [PATCH] Do not typecheck the cerebrum-client

---
 mypy.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mypy.ini b/mypy.ini
index 67b5755d..971a70a5 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
 
-- 
GitLab