Silence mypy errors for files outside those specified

pull/6512/head
Erik Johnston 2019-12-06 17:42:26 +00:00
parent 0f3614f0f6
commit 28b758fa0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[mypy] [mypy]
namespace_packages = True namespace_packages = True
plugins = mypy_zope:plugin plugins = mypy_zope:plugin
follow_imports = normal follow_imports = silent
check_untyped_defs = True check_untyped_defs = True
show_error_codes = True show_error_codes = True
show_traceback = True show_traceback = True