error: looks for toml/pyproject.toml despite explicit --style
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
`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)
Contributor guide
Assessment
This issue has not been assessed yet.