From 97d72ef11a938d6cbd4fc44677f516d893a9ec19 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sat, 11 Jun 2022 19:45:49 +0100 Subject: tests.utils is typed --- mypy.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 7973f2ac01..6590f0c25f 100644 --- a/mypy.ini +++ b/mypy.ini @@ -75,7 +75,6 @@ exclude = (?x) |tests/util/test_lrucache.py |tests/util/test_rwlock.py |tests/util/test_wheel_timer.py - |tests/utils.py )$ [mypy-synapse.federation.transport.client] @@ -129,6 +128,9 @@ disallow_untyped_defs = True [mypy-tests.federation.transport.test_client] disallow_untyped_defs = True +[mypy-tests.utils] +disallow_untyped_defs = True + ;; Dependencies without annotations ;; Before ignoring a module, check to see if type stubs are available. -- cgit 1.5.1