1
0

tests.utils is typed

This commit is contained in:
David Robertson
2022-06-11 19:45:49 +01:00
parent 395d624e12
commit 97d72ef11a
+3 -1
View File
@@ -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.