We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
--width
black
The text was updated successfully, but these errors were encountered:
Carreau
aktech
Successfully merging a pull request may close this issue.
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:We'd like to allow configuring line length via
--width
as well when used withblack
.The text was updated successfully, but these errors were encountered: