mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
mypy: Print out link to documentation in error output.
This should help make details about how mypy works discoverable for developers who are new to it.
This commit is contained in:
@@ -85,4 +85,8 @@ if args.daemon:
|
||||
else:
|
||||
rc = subprocess.call([mypy_command] + mypy_args)
|
||||
|
||||
if rc != 0:
|
||||
print("")
|
||||
print("See https://github.com/zulip/zulip/blob/master/docs/contributing/mypy.md for debugging tips.")
|
||||
|
||||
sys.exit(rc)
|
||||
|
Reference in New Issue
Block a user