Browse Source

Silence mypy errors for files outside those specified

tags/v1.8.0rc1
Erik Johnston 4 years ago
parent
commit
28b758fa0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mypy.ini

+ 1
- 1
mypy.ini 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


Loading…
Cancel
Save