bots/followup: Use Python 3 type mypy annotations.

This commit is contained in:
Jerry Zhang 2017-12-06 16:58:46 -08:00 committed by Eeshan Garg
parent 1102057e35
commit 95b8ea4751
3 changed files with 9 additions and 4 deletions

View file

@ -36,6 +36,8 @@ exclude = [
force_include = [
# Include bots that we migrate to mypy.
"zulip_bots/zulip_bots/bots/helloworld/helloworld.py",
"zulip_bots/zulip_bots/bots/followup/followup.py",
"zulip_bots/zulip_bots/bots/followup/test_followup.py",
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")