Closed sac111gp closed 11 months ago
This is a request for below 2 items:
Bug fix:
tidy-imports --black
pyproject.toml
Enhancement:
tidy-imports --black --width
--help
--black
--black Use black to format imports. If this option is used, all other formatting options are ignored.
We'd like to allow configuring line length via `--width` as well when used with `black`.
This is a request for below 2 items:
Bug fix:
tidy-imports --black
respect black's configured line length (e.g., viapyproject.toml
)Enhancement:
tidy-imports --black --width
respect line length. Currently, it is a known and documented behavior in--help
of--black
option: