summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-07 15:24:44 +0000
committerGitHub <noreply@github.com>2023-02-07 15:24:44 +0000
commit2dff93099b5aa7e213da76a9c4b3de84385b58e1 (patch)
tree8b277a7fcb9b7d98bc03a113c16b3aa1edf8079e /mypy.ini
parentProper types for tests.test_terms_auth (#15007) (diff)
downloadsynapse-2dff93099b5aa7e213da76a9c4b3de84385b58e1.tar.xz
Typecheck tests.rest.media.v1.test_media_storage (#15008)
* Fix MediaStorage type hint

* Typecheck tests.rest.media.v1.test_media_storage

* Changelog

* Remove assert and make the comment succinct

* Fix syntax for olddeps
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 0efafb26b6..4598002c4a 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -33,7 +33,6 @@ exclude = (?x)
    |synapse/storage/schema/
 
    |tests/module_api/test_api.py
-   |tests/rest/media/v1/test_media_storage.py
    |tests/server.py
    )$