mypy: Add annotations for googlesearch.
This commit is contained in:
parent
b7dbe7af41
commit
40c09b4b16
3 changed files with 16 additions and 10 deletions
|
@ -42,6 +42,8 @@ force_include = [
|
|||
"zulip_bots/zulip_bots/bots/giphy/test_giphy.py",
|
||||
"zulip_bots/zulip_bots/bots/github_detail/github_detail.py",
|
||||
"zulip_bots/zulip_bots/bots/github_detail/test_github_detail.py",
|
||||
"zulip_bots/zulip_bots/bots/googlesearch/googlesearch.py",
|
||||
"zulip_bots/zulip_bots/bots/googlesearch/test_googlesearch.py",
|
||||
]
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue