summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-07-04 15:15:33 +0100
committerGitHub <noreply@github.com>2022-07-04 15:15:33 +0100
commit9820665597ab6a3bbb1d23d0824752967b2170dd (patch)
treecb64a00ce4cdc004802da8fca908b093afd1fb41 /mypy.ini
parent[Complement] Allow device_name lookup over federation (#13167) (diff)
downloadsynapse-9820665597ab6a3bbb1d23d0824752967b2170dd.tar.xz
Remove tests/utils.py from mypy's exclude list (#13159)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index b9b16860db..d757a88fd1 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -73,7 +73,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]