diff --git a/setup.cfg b/setup.cfg
index e96540e05568f7778f04a5bd47be5d3a620860b6..4c681954a8aa3443f634e61c372d56e2260b9d74 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