yapf icon indicating copy to clipboard operation
yapf copied to clipboard

Add formatting style search in a tox.ini file

Open olekssy opened this issue 2 years ago • 1 comments
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.

olekssy avatar Nov 23 '22 09:11 olekssy

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,

Spitfire1900 avatar Jun 16 '23 18:06 Spitfire1900