mypy: Add annotations for weather.

This commit is contained in:
fredfishgames 2017-12-08 12:31:42 +00:00 committed by showell
parent f7f54d159f
commit ab9128d939
3 changed files with 13 additions and 7 deletions

View file

@ -48,6 +48,8 @@ force_include = [
"zulip_bots/zulip_bots/bots/help/test_help.py",
"zulip_bots/zulip_bots/bots/virtual_fs/virtual_fs.py",
"zulip_bots/zulip_bots/bots/virtual_fs/test_virtual_fs.py",
"zulip_bots/zulip_bots/bots/weather/test_weather.py",
"zulip_bots/zulip_bots/bots/weather/weather.py",
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")