summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-02-28 10:17:55 -0500
committerGitHub <noreply@github.com>2023-02-28 10:17:55 -0500
commitc369d82df0eac691ccb549051dd61dd77b83d1e9 (patch)
tree9e49ef1cb67acf452cfc889db1ea4c78f33817d1 /mypy.ini
parentDo not accept pattern_type from user input in push rules. (#15088) (diff)
downloadsynapse-c369d82df0eac691ccb549051dd61dd77b83d1e9.tar.xz
Add missing type hints to InsecureInterceptableContextFactory. (#15164)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini
index 94562d0bce..572734f8e7 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -36,9 +36,6 @@ exclude = (?x)
 [mypy-synapse.federation.transport.client]
 disallow_untyped_defs = False
 
-[mypy-synapse.http.client]
-disallow_untyped_defs = False
-
 [mypy-synapse.http.matrixfederationclient]
 disallow_untyped_defs = False