bots/followup: Use Python 3 type mypy annotations.
This commit is contained in:
parent
1102057e35
commit
95b8ea4751
3 changed files with 9 additions and 4 deletions
|
@ -36,6 +36,8 @@ exclude = [
|
|||
force_include = [
|
||||
# Include bots that we migrate to mypy.
|
||||
"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",
|
||||
]
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue