yapf 💌 isort
Script and pre-commit hook to run yapf and isort together for formatting Python source files.
| Tests | |
|---|---|
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
yapf-isort can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install yapf-isortTo 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 yapf-isort