summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-12-29 15:12:30 +0000
committerGitHub <noreply@github.com>2021-12-29 15:12:30 +0000
commit2c7f5e74e5ae5eb7e5d0b99001610a829b0b35da (patch)
treee9871e8bb88348bdc2a889f6ce42e27baf3b74c8 /mypy.ini
parentImprove type hints in storage classes. (#11652) (diff)
downloadsynapse-2c7f5e74e5ae5eb7e5d0b99001610a829b0b35da.tar.xz
Fix a type annotation in `test_account_data.py` and remove it from the Mypy exclusion list. (#11657)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
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 724c7e2ae4..e0204a3c04 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -100,7 +100,6 @@ exclude = (?x)
    |tests/server.py
    |tests/server_notices/test_resource_limits_server_notices.py
    |tests/state/test_v2.py
-   |tests/storage/test_account_data.py
    |tests/storage/test_background_update.py
    |tests/storage/test_base.py
    |tests/storage/test_client_ips.py