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-21 15:59:15 +0000
committerGitHub <noreply@github.com>2023-01-21 15:59:15 +0000
commit8d90e5f2006c4b9bad4b7b4bc164103480886da2 (patch)
treeaba4753dd84b81d3e921c07f47e2107fc6add30b /mypy.ini
parentReduce max time we wait for stream positions (#14881) (diff)
downloadsynapse-8d90e5f2006c4b9bad4b7b4bc164103480886da2.tar.xz
Add type hints to `TestRatelimiter` (#14885)
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 468bfe588c..3bbf62c952 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -33,7 +33,6 @@ exclude = (?x)
    |synapse/storage/schema/
 
    |tests/api/test_auth.py
-   |tests/api/test_ratelimiting.py
    |tests/app/test_openid_listener.py
    |tests/appservice/test_scheduler.py
    |tests/events/test_presence_router.py