summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mypy.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index 349266b7..69e97757 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,4 +1,5 @@
[mypy]
-disallow_untyped_defs = True
+# TODO: enable when we've fully annotated everything
+#disallow_untyped_defs = True