diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-08 14:52:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 19:52:37 +0000 |
commit | 4eed7b2ede2a40aa4ac59eb21d2e13dfffbb6d53 (patch) | |
tree | b3199bd270c76921293cfa80131f15604438d657 /mypy.ini | |
parent | Limit concurrent event creation for a room to avoid state resolution when sen... (diff) | |
download | synapse-4eed7b2ede2a40aa4ac59eb21d2e13dfffbb6d53.tar.xz |
Add missing type hints to tests. (#15027)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mypy.ini b/mypy.ini index 1bdeb18d94..70c106c668 100644 --- a/mypy.ini +++ b/mypy.ini @@ -69,27 +69,9 @@ disallow_untyped_defs = False [mypy-tests.server_notices.test_resource_limits_server_notices] disallow_untyped_defs = False -[mypy-tests.test_distributor] -disallow_untyped_defs = False - -[mypy-tests.test_event_auth] -disallow_untyped_defs = False - [mypy-tests.test_federation] disallow_untyped_defs = False -[mypy-tests.test_mau] -disallow_untyped_defs = False - -[mypy-tests.test_rust] -disallow_untyped_defs = False - -[mypy-tests.test_test_utils] -disallow_untyped_defs = False - -[mypy-tests.test_types] -disallow_untyped_defs = False - [mypy-tests.test_utils.*] disallow_untyped_defs = False |