summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-01-22 09:50:14 +0000
committerGitHub <noreply@github.com>2023-01-22 10:50:14 +0100
commitf075f6ae2bfb87495283128865d535466e86bfa1 (patch)
tree674d563ef8087076cc3e761de59aa282109d6955 /mypy.ini
parentAdd type hints to `TestRatelimiter` (#14885) (diff)
downloadsynapse-f075f6ae2bfb87495283128865d535466e86bfa1.tar.xz
Fix type hints for Monthly Active Users tests (#14889)
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 3bbf62c952..63366dad99 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -50,7 +50,6 @@ exclude = (?x)
    |tests/rest/client/test_transactions.py
    |tests/rest/media/v1/test_media_storage.py
    |tests/server.py
-   |tests/server_notices/test_resource_limits_server_notices.py
    |tests/test_state.py
    |tests/test_terms_auth.py
    )$