Incorporate mypy-zope to support zope interfaces.

This commit is contained in:
Jason R. Coombs 2020-09-18 15:49:21 -04:00
parent ee9d9d7984
commit ab54585558
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[mypy]
ignore_missing_imports = True
plugins=mypy_zope:plugin

View File

@ -111,7 +111,9 @@ commands =
[testenv:typechecks]
skip_install = True
deps = mypy
deps =
mypy
mypy-zope
commands = mypy src