po-yayapf

yet another individual yapf


Keywords
yapf, style, format, pep8
Install
pip install po-yayapf==0.0.2

Documentation

yayapf

yet another yapf. (the goal is removing this package)

supporting below format.

from foo import (
    x,
    y,
)
from foo import (  # NOQA
    x,
    y,
)

install

pip install git+https://github.com/podhmo/yayapf

sample .style.yapf

[style]
based_on_style = pep8
dedent_closing_brackets=true