Always show summary of reformatting
This commit is contained in:
parent
ed91dd4de6
commit
ee02ebe3e9
6
black.py
6
black.py
@ -334,9 +334,9 @@ def main(
|
|||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
shutdown(loop)
|
shutdown(loop)
|
||||||
if verbose or not quiet:
|
if verbose or not quiet:
|
||||||
out("All done! ✨ 🍰 ✨")
|
out("All done! ✨ 🍰 ✨")
|
||||||
click.echo(str(report))
|
click.echo(str(report))
|
||||||
ctx.exit(report.return_code)
|
ctx.exit(report.return_code)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user