mypy: Add annotations for xkcd Bot.

This commit is contained in:
Marco Burstein 2017-12-09 12:35:16 -08:00 committed by Steve Howell
parent e01ecc9fde
commit 0467f83314
3 changed files with 13 additions and 10 deletions

View file

@ -60,6 +60,8 @@ force_include = [
"zulip_bots/zulip_bots/bots/encrypt/test_encrypt.py",
"zulip_bots/zulip_bots/bots/chess/chess.py",
"zulip_bots/zulip_bots/bots/chess/test_chess.py",
"zulip_bots/zulip_bots/bots/xkcd/xkcd.py",
"zulip_bots/zulip_bots/bots/xkcd/test_xkcd.py",
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")