Exclude contrib_bots from run-mypy.

This commit is contained in:
Steve Howell 2016-09-11 11:22:18 -07:00 committed by Tim Abbott
parent 593779a3b0
commit b2ae2dc7cc
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ zerver/tests/test_upload.py
zerver/tests/test_narrow.py
""".split()
# We don't run mypy on contrib_bots, since the code there will
# often be shared with other projects that do not want a mypy
# dependency (at least while it's still kind of beta).
exclude_common += ['contrib_bots']
exclude_py2 = [] # type: List[str]
exclude_py3 = """