yapf
yapf copied to clipboard
[FEATURE REQUEST] Show re-formated files only for verbose mode as black?
Hi, currently the -vv
flag show all processing files, but I want to see the re-formated files only as what black
does by default.
I notice there is a has_change
flag for each processed file, I think this feature can be added easily.