mirror of https://github.com/zulip/zulip.git
Exclude contrib_bots from run-mypy.
This commit is contained in:
parent
593779a3b0
commit
b2ae2dc7cc
|
@ -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 = """
|
||||
|
|
Loading…
Reference in New Issue