diff options
author | David Robertson <davidr@element.io> | 2022-06-30 11:45:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 10:45:47 +0100 |
commit | 09f6e430254889a8633787a09f154075a17aff23 (patch) | |
tree | 796d26075e1debe36a323df29beab62de4abe1e5 /mypy.ini | |
parent | Rate limiting invites per issuer (#13125) (diff) | |
download | synapse-09f6e430254889a8633787a09f154075a17aff23.tar.xz |
Actually typecheck `tests.test_server` (#13135)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 4b08f45c6d..e062cf43a2 100644 --- a/mypy.ini +++ b/mypy.ini @@ -56,7 +56,6 @@ exclude = (?x) |tests/server.py |tests/server_notices/test_resource_limits_server_notices.py |tests/test_metrics.py - |tests/test_server.py |tests/test_state.py |tests/test_terms_auth.py |tests/util/caches/test_cached_call.py |