summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-09 02:11:56 +0000
committerDavid Robertson <davidr@element.io>2023-02-09 02:11:56 +0000
commit03389c71ec3246b848a43a3349bcec37f29a150c (patch)
treedeaa1a637fb65e3aca93e09ff1ce6824ffeca079
parentEverything else, sorry (diff)
downloadsynapse-03389c71ec3246b848a43a3349bcec37f29a150c.tar.xz
Disallow-untyped defs tho
-rw-r--r--mypy.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini
index 3f144e61fb..5a77a56319 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -62,9 +62,6 @@ disallow_untyped_defs = False
 [mypy-tests.unittest]
 disallow_untyped_defs = False
 
-[mypy-tests.util.caches.test_descriptors]
-disallow_untyped_defs = False
-
 ;; Dependencies without annotations
 ;; Before ignoring a module, check to see if type stubs are available.
 ;; The `typeshed` project maintains stubs here: