Skip to content

podhmo/yayapf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

yet another [yapf](https://github.com/google/yapf)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors