formate¶
Python formatting mate.
formate
runs a series of user-selected hooks which reformat Python source files.
This can include changing quote characters,
rewriting imports, and calling tools such as
isort and yapf.
Definitions¶
for·mate
Installation¶
python3 -m pip install formate --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install formate
python3 -m pip install git+https://github.com/python-formate/formate@master --user
Contents¶
View the Function Index or browse the Source Code.