Format python code in an efficient way

Today I found a pretty easy to use tool to format the python code in 123.

It can be found from here

Intall on Linux

pip install git+git://github.com/psf/black

Use

black {source_file_or_directory}

Enjoy.

--

--