mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Make tools/post-receive python 3 compatible.
This commit is contained in:
@@ -74,7 +74,6 @@ exclude_scripts_py2 = [] # type: List[str]
|
||||
|
||||
exclude_scripts_py3 = """
|
||||
bots/process_ccache
|
||||
tools/post-receive
|
||||
""".split()
|
||||
|
||||
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")
|
||||
|
Reference in New Issue
Block a user