diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-20 17:34:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 17:34:13 +0000 |
commit | 0f6e525be309b65e07066c071b2f55ebbaac6862 (patch) | |
tree | 13f39ea5bf92969c3b206e73b1872085550c0657 /mypy.ini | |
parent | Fix changing password via user admin API. (#6730) (diff) | |
download | synapse-0f6e525be309b65e07066c071b2f55ebbaac6862.tar.xz |
Fixup synapse.api to pass mypy (#6733)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
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 |