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.
See the documentation for more information.
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
formate
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install formate
To install with conda
:
- 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