diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-06 17:42:26 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-10 13:34:56 +0000 |
commit | 28b758fa0f396aafa92cdc96ff716469a3b083d4 (patch) | |
tree | ea26589917839fb2f16ee5293d14eec6963e04a0 /mypy.ini | |
parent | Merge tag 'v1.7.0rc1' into develop (diff) | |
download | synapse-28b758fa0f396aafa92cdc96ff716469a3b083d4.tar.xz |
Silence mypy errors for files outside those specified
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 1d77c0ecc8..a66434b76b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,7 @@ [mypy] namespace_packages = True plugins = mypy_zope:plugin -follow_imports = normal +follow_imports = silent check_untyped_defs = True show_error_codes = True show_traceback = True |