mypy: zulip_botserver: Fix errors in setup.py.
This commit is contained in:
parent
ed51cabf1b
commit
25d6c68d4d
2 changed files with 5 additions and 3 deletions
|
@ -21,7 +21,6 @@ sys.path.append(os.path.dirname(TOOLS_DIR))
|
|||
exclude = """
|
||||
zulip/integrations/perforce/git_p4.py
|
||||
zulip_bots/zulip_bots/bots
|
||||
zulip_botserver/setup.py
|
||||
""".split()
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue