yapf
yapf copied to clipboard
Add formatting style search in a tox.ini file
trafficstars
Make yapf search search for the formatting style in the [yapf] section of a tox.ini file in either the current directory or one of its parent directories.
For tox.ini I would suggest passing in the --style= flag in the tox.ini over adding support for a yapf section.
Since this PR was opened out-of-the-box pyproject.toml support was added with version 0.33.0,