summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-01-11 07:35:40 -0500
committerGitHub <noreply@github.com>2023-01-11 07:35:40 -0500
commit7f2cabf271e6027da4001571b9e6584ade3c2c8c (patch)
tree74c3363d48a65ee5b858974ddd2c99302cd7b3c8 /mypy.ini
parentAdd index to improve performance of the `/timestamp_to_event` endpoint used f... (diff)
downloadsynapse-7f2cabf271e6027da4001571b9e6584ade3c2c8c.tar.xz
Fix-up type hints for tests.push module. (#14816)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/mypy.ini b/mypy.ini
index 013fbbdfc0..468bfe588c 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -48,9 +48,6 @@ exclude = (?x)
    |tests/logging/__init__.py
    |tests/logging/test_terse_json.py
    |tests/module_api/test_api.py
-   |tests/push/test_email.py
-   |tests/push/test_presentable_names.py
-   |tests/push/test_push_rule_evaluator.py
    |tests/rest/client/test_transactions.py
    |tests/rest/media/v1/test_media_storage.py
    |tests/server.py
@@ -101,7 +98,7 @@ disallow_untyped_defs = True
 [mypy-tests.metrics.*]
 disallow_untyped_defs = True
 
-[mypy-tests.push.test_bulk_push_rule_evaluator]
+[mypy-tests.push.*]
 disallow_untyped_defs = True
 
 [mypy-tests.rest.*]