summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-05-24 10:18:52 -0400
committerGitHub <noreply@github.com>2023-05-24 14:18:52 +0000
commitca5c4be92166775ec1de9e79a04db1e136609a1f (patch)
tree96cb773799026c28e503ff154bed3dd0cf209734 /mypy.ini
parentSpeed up user directory rebuild for users some more... (#15665) (diff)
downloadsynapse-ca5c4be92166775ec1de9e79a04db1e136609a1f.tar.xz
Add type hints to test_descriptors. (#15659)
Require type hints in test_descriptors and add missing ones.
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini
index 3363c6daee..a7ec66196d 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -32,9 +32,6 @@ warn_unused_ignores = False
 [mypy-synapse.util.caches.treecache]
 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: