summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-12-02 15:30:05 +0000
committerGitHub <noreply@github.com>2021-12-02 15:30:05 +0000
commit435f04480728c5d982e1a63c1b2777784bf9cd26 (patch)
tree1739f511566d586e12cfacb521eab9dd6e0506bd /mypy.ini
parent`scripts-dev/sign_json`: support for signing events (#11486) (diff)
downloadsynapse-435f04480728c5d982e1a63c1b2777784bf9cd26.tar.xz
Add type annotations to `tests.storage.test_appservice`. (#11488)
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 51056a8f64..99b5c41ad6 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -111,7 +111,6 @@ exclude = (?x)
    |tests/server_notices/test_resource_limits_server_notices.py
    |tests/state/test_v2.py
    |tests/storage/test_account_data.py
-   |tests/storage/test_appservice.py
    |tests/storage/test_background_update.py
    |tests/storage/test_base.py
    |tests/storage/test_client_ips.py