diff --git a/setup.cfg b/setup.cfg
index 78d8dff2021b814a1435dea5e2e626f18db75fa3..b7f1a7395a53c32c2e43c72db0b359e4a7aaadb6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,5 @@ ignore=E501,E121,E123,E126,E226,E24,E704,W503,W504
 [mypy]
 ignore_missing_imports = True
 
-[mypy-linkahead.*]
-check_untyped_defs = True
\ No newline at end of file
+# [mypy-linkahead.*]
+# check_untyped_defs = True
\ No newline at end of file