Black is the uncompromising Python code formatter.
How to install Black?
1. pip install black
2. Install black extension in your favourite code editor.
For sublime text, search for "sublack" in Package Control.
Black is the uncompromising Python code formatter.
By using it, you agree to cede control over minutiae of hand-formatting.
In return, Black gives you speed, determinism, and freedom
from pycodestyle nagging about formatting.
You will save time and mental energy for more important matters.