mypy: Add annotations for xkcd Bot.
This commit is contained in:
parent
e01ecc9fde
commit
0467f83314
3 changed files with 13 additions and 10 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue