yapf
yapf copied to clipboard
error: looks for toml/pyproject.toml despite explicit --style
yapf --style=setup.cfg exits non-zero with the message
toml package is needed for using pyproject.toml as a configuration file
Explicity specifying --style should suppress this warning & error.
(basically #964 didn't fully fix #936)