black: display diff of reformatted files

Description

Instruct black to dump the diff of the reformatted files so they are visible in the job's build log.

Rationalle: when the diff is small enough, it is easier to manually tweeak the source rather than go all the way to install and run black locally.

Implementation ideas

Just add the --diff option on the black command line.