0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-23 19:49:01 +02:00

Merge pull request #6512 from matrix-org/erikj/silence_mypy

Silence mypy errors for files outside those specified
This commit is contained in:
Erik Johnston 2019-12-11 10:39:57 +00:00 committed by GitHub
commit 239d86a134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/6512.misc Normal file
View file

@ -0,0 +1 @@
Silence mypy errors for files outside those specified.

View file

@ -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