summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-09-14 16:35:53 +0100
committerGitHub <noreply@github.com>2021-09-14 16:35:53 +0100
commit8eb7cb2e0dd66d2eb350c1822fb448e09148cd7e (patch)
tree1756aab869f090c70d2fd4416a990e6908dd5439 /mypy.ini
parentPrevent logging context going missing on federation request timeout (#10810) (diff)
downloadsynapse-8eb7cb2e0dd66d2eb350c1822fb448e09148cd7e.tar.xz
Make StateFilter frozen so we can hash it (#10816)
Also enables Mypy for related tests.
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 09ffdda1b9..60dadc4781 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -86,6 +86,7 @@ files =
   tests/handlers/test_sync.py,
   tests/rest/client/test_login.py,
   tests/rest/client/test_auth.py,
+  tests/storage/test_state.py,
   tests/util/test_itertools.py,
   tests/util/test_stream_change_cache.py