summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-12 15:05:50 +0100
committerGitHub <noreply@github.com>2020-08-12 15:05:50 +0100
commit5dd73d029eff32668b3ca69b7fb8529fc7c58745 (patch)
treea916cf9981f7ef86e08b20598d1461853b9e3f4f /mypy.ini
parentConvert account data, device inbox, and censor events databases to async/awai... (diff)
downloadsynapse-5dd73d029eff32668b3ca69b7fb8529fc7c58745.tar.xz
Add type hints to handlers.message and events.builder (#8067)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index a61009b197..c69cb5dc40 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -81,3 +81,6 @@ ignore_missing_imports = True
 
 [mypy-rust_python_jaeger_reporter.*]
 ignore_missing_imports = True
+
+[mypy-nacl.*]
+ignore_missing_imports = True