interactive bots: Add Trello Interactive Bot.
This commit is contained in:
parent
5b0a444ab8
commit
b7b083f094
17 changed files with 964 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue