feat(black): display diff of reformatted files
Presentation
Instruct black to dump the diff of reformatted files, so it is visible in the job's build log.
Closes #127 (closed)
Checklist
- General:
-
use rules instead of only/except -
optimized cache configuration (wherever applicable)
-
- Publicly usable:
-
untagged runners -
no proxy configuration but supporthttp_proxy/https_proxy/no_proxy -
no custom CA certificate(s) but supports$CUSTOM_CA_CERTSor$DEFAULT_CA_CERTSto declare custom CA certificate(s) -
internet hostnames/urls only
-
- Used Docker images:
-
public images -
official images (when possible) -
latesttag (when possible)
-
- Documented:
-
README.mddocuments the new feature -
kicker.jsondescribes the new feature
-
- Tested & examplified:
-
(url to a project sample successfully using the new feature)
-