Browse Source

tests.utils passes disallow-untyped-defs

David Robertson 1 year ago
parent
commit
d59916b06a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mypy.ini

+ 3 - 0
mypy.ini

@@ -126,6 +126,9 @@ disallow_untyped_defs = True
 [mypy-tests.federation.transport.test_client]
 disallow_untyped_defs = True
 
+[mypy-tests.util.*]
+disallow_untyped_defs = True
+
 [mypy-tests.utils]
 disallow_untyped_defs = True