summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-11 10:39:57 +0000
committerGitHub <noreply@github.com>2019-12-11 10:39:57 +0000
commit239d86a134853507dc2fc64b7b65b34d6b316c43 (patch)
tree64987007e5a7da0efe5d282970bd61da3eb58067 /mypy.ini
parentMove get_state methods into FederationHandler (#6503) (diff)
parentNewsfile (diff)
downloadsynapse-239d86a134853507dc2fc64b7b65b34d6b316c43.tar.xz
Merge pull request #6512 from matrix-org/erikj/silence_mypy
Silence mypy errors for files outside those specified
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
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