Skip to content
New issue

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

Basic fmt command #71

Closed
cnpryer opened this issue Aug 31, 2022 · 0 comments · Fixed by #76
Closed

Basic fmt command #71

cnpryer opened this issue Aug 31, 2022 · 0 comments · Fixed by #76
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Aug 31, 2022

huak fmt

Run huak fmt to format python code.

The first version of fmt would:

  • Execute black using .venv-installed black.
  • Use pep-adhering black configuration like --line-length 79.
  • Execute isort using .venv-installed isort.
  • Use black-compatible isort configuration like:
[tool.isort]
multi_line_output = 3
line_length = 79
include_trailing_comma = true
  • Add --check flag.
@cnpryer cnpryer added this to the Initial alpha release milestone Aug 31, 2022
@cnpryer cnpryer added the enhancement New feature or request label Aug 31, 2022
@cnpryer cnpryer self-assigned this Aug 31, 2022
@cnpryer cnpryer mentioned this issue Aug 31, 2022
@cnpryer cnpryer changed the title Fmt Command Basic fmt Command Aug 31, 2022
@cnpryer cnpryer changed the title Basic fmt Command Basic fmt command Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant