purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.84k stars 2.05k forks source link

Add "-" arg to make black reformatter read from stdin #796

Closed arthurl closed 2 years ago

arthurl commented 2 years ago

Currently, it complains that "No Path provided. Nothing to do 😴". Apparently black doesn't read from stdin even if no file path is provided.

purcell commented 2 years ago

Thanks, makes sense!