summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-12-09 15:27:06 -0500
committerPatrick Cloke <patrickc@matrix.org>2022-05-24 13:17:14 -0400
commit2b46d28c813ac900431910463c4913bb4345c783 (patch)
tree6bb171a939518e791cbb1d6f3e0f928532b82a88 /mypy.ini
parentFixes to MSC3787 implementation (#12858) (diff)
downloadsynapse-2b46d28c813ac900431910463c4913bb4345c783.tar.xz
Use BeautifulSoup instead of LXML directly.
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index fe3e3f9b8e..071fab2133 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -139,6 +139,12 @@ disallow_untyped_defs = True
 [mypy-authlib.*]
 ignore_missing_imports = True
 
+[mypy-bcrypt]
+ignore_missing_imports = True
+
+[mypy-bs4.*]
+ignore_missing_imports = True
+
 [mypy-canonicaljson]
 ignore_missing_imports = True