interactive bots: Add Trello Interactive Bot.

This commit is contained in:
Viraat Chandra 2018-01-23 22:59:26 +05:30 committed by showell
parent 5b0a444ab8
commit b7b083f094
17 changed files with 964 additions and 0 deletions

View file

@ -89,6 +89,8 @@ force_include = [
"zulip_bots/zulip_bots/bots/tictactoe/test_tictactoe.py",
"zulip_bots/zulip_bots/bots/game_handler_bot/game_handler_bot.py",
"zulip_bots/zulip_bots/bots/game_handler_bot/test_game_handler_bot.py",
"zulip_bots/zulip_bots/bots/trello/trello.py",
"zulip_bots/zulip_bots/bots/trello/test_trello.py"
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")