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
huak fmt
Run huak fmt to format python code.
The first version of fmt would:
fmt
black
.venv
--line-length 79
isort
[tool.isort] multi_line_output = 3 line_length = 79 include_trailing_comma = true
--check
The text was updated successfully, but these errors were encountered:
cnpryer
Successfully merging a pull request may close this issue.
huak fmt
Run
huak fmt
to format python code.The first version of
fmt
would:black
using.venv
-installedblack
.black
configuration like--line-length 79
.isort
using.venv
-installedisort
.black
-compatibleisort
configuration like:--check
flag.The text was updated successfully, but these errors were encountered: