bots/giphy: Use Python 3 type mypy annotations.
This commit is contained in:
parent
95b8ea4751
commit
77e9be0783
3 changed files with 14 additions and 10 deletions
|
@ -38,6 +38,8 @@ force_include = [
|
|||
"zulip_bots/zulip_bots/bots/helloworld/helloworld.py",
|
||||
"zulip_bots/zulip_bots/bots/followup/followup.py",
|
||||
"zulip_bots/zulip_bots/bots/followup/test_followup.py",
|
||||
"zulip_bots/zulip_bots/bots/giphy/giphy.py",
|
||||
"zulip_bots/zulip_bots/bots/giphy/test_giphy.py",
|
||||
]
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue