From fbe24d5657e4ba5d071b0c40068dc1a39590f314 Mon Sep 17 00:00:00 2001
From: xywei <wxy0516@gmail.com>
Date: Fri, 29 May 2020 11:48:09 -0500
Subject: [PATCH] Mypy fixes

---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index e52dab2..b70f9b3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,9 @@ max-line-length=85
 [mypy-pymbolic]
 ignore_missing_imports = True
 
+[mypy-pymbolic.primitives]
+ignore_missing_imports = True
+
 [mypy-pytools]
 ignore_missing_imports = True
 
-- 
GitLab