From 08df11ada6122fde3bd0ba1f3e55aae66eb051fd Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 9 Jan 2018 19:20:15 +0000
Subject: [PATCH] Update the mypy settings

---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index e96540e05..4c681954a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,12 +6,12 @@ ignore_missing_imports = True
 ignore_errors = True
 
 # Turn on type checking in the apply folder
-[mypy-opentech.apply.*]
+[mypy-opentech.apply.funds*]
 check_untyped_defs = True
 ignore_errors = False
 
 # Enforce writing type definitions within workflow
-[mypy-opentech.apply.workflow*]
+[mypy-opentech.apply.funds.workflow*]
 disallow_untyped_defs = True
 
 # Exclude migrations globally - must be at end
-- 
GitLab