summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-06-17 14:13:41 +0100
committerGitHub <noreply@github.com>2020-06-17 14:13:41 +0100
commite07a8caf58fad2c56518560cfc31d90a761bd5a9 (patch)
treedc839d818ecb536a1d5e4154aab793356477a4d8 /mypy.ini
parentSupport running multiple media repos. (#7706) (diff)
downloadsynapse-e07a8caf58fad2c56518560cfc31d90a761bd5a9.tar.xz
Add support for using rust-python-jaeger-reporter (#7697)
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 3533797d68..a61009b197 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -78,3 +78,6 @@ ignore_missing_imports = True
 
 [mypy-authlib.*]
 ignore_missing_imports = True
+
+[mypy-rust_python_jaeger_reporter.*]
+ignore_missing_imports = True