Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

python2_support.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

Does Black support Python 2?

By default, no. Install with the python2 extra to format Python 2 files too! There are no current plans to drop support, but most likely it is bound to happen. Sometime. Eventually. In terms of running Black, at least Python 3.6 is required though.