From d59916b06ab003e2abd4b5bb13db2e8de4e95fc9 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sat, 11 Jun 2022 21:45:39 +0100 Subject: tests.utils passes disallow-untyped-defs --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index bb2e331c53..b388924cc4 100644 --- a/mypy.ini +++ b/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 -- cgit 1.5.1