mypy: Add annotations for virtual_fs.
This commit is contained in:
parent
a7f9c6e743
commit
f7f54d159f
3 changed files with 33 additions and 27 deletions
|
@ -46,6 +46,8 @@ force_include = [
|
|||
"zulip_bots/zulip_bots/bots/googlesearch/test_googlesearch.py",
|
||||
"zulip_bots/zulip_bots/bots/help/help.py",
|
||||
"zulip_bots/zulip_bots/bots/help/test_help.py",
|
||||
"zulip_bots/zulip_bots/bots/virtual_fs/virtual_fs.py",
|
||||
"zulip_bots/zulip_bots/bots/virtual_fs/test_virtual_fs.py",
|
||||
]
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue