yapf icon indicating copy to clipboard operation
yapf copied to clipboard

error: looks for toml/pyproject.toml despite explicit --style

Open casperdcl opened this issue 3 years ago • 0 comments

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)

casperdcl avatar Mar 23 '22 15:03 casperdcl