mypy: Add annotations for help.

This commit is contained in:
fredfishgames 2017-12-07 19:44:42 +00:00 committed by showell
parent 40c09b4b16
commit 9d5fbc2b5b
3 changed files with 8 additions and 3 deletions

View file

@ -44,6 +44,8 @@ force_include = [
"zulip_bots/zulip_bots/bots/github_detail/test_github_detail.py",
"zulip_bots/zulip_bots/bots/googlesearch/googlesearch.py",
"zulip_bots/zulip_bots/bots/googlesearch/test_googlesearch.py",
"zulip_bots/zulip_bots/bots/help/help.py",
"zulip_bots/zulip_bots/bots/help/test_help.py",
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")