summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-20 17:34:13 +0000
committerGitHub <noreply@github.com>2020-01-20 17:34:13 +0000
commit0f6e525be309b65e07066c071b2f55ebbaac6862 (patch)
tree13f39ea5bf92969c3b206e73b1872085550c0657 /mypy.ini
parentFix changing password via user admin API. (#6730) (diff)
downloadsynapse-0f6e525be309b65e07066c071b2f55ebbaac6862.tar.xz
Fixup synapse.api to pass mypy (#6733)
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 a66434b76b..e3c515e2c4 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -7,6 +7,9 @@ show_error_codes = True
 show_traceback = True
 mypy_path = stubs
 
+[mypy-pymacaroons.*]
+ignore_missing_imports = True
+
 [mypy-zope]
 ignore_missing_imports = True