[Feature Request] Implement ./tools/devtool fixstyle
#4747
Labels
Good first issue
Indicates a good issue for first-time contributors
Priority: Low
Indicates that an issue or pull request should be resolved behind issues or pull requests labelled `
Status: Parked
Indicates that an issues or pull request will be revisited later
Feature Request
While working on some documentation, I discovered that the
pre-commit
script relies on some python dependencies,firecracker/pre-commit
Lines 32 to 39 in 45a1a1b
I'm opening this ticket to discuss whether there'd be interest in creating a
./tools/devtool fixstyle
to explicitly fix style errors and have this be used in the pre-commit.Describe the desired solution
A possible solid solution that was offered in #4744
./tools/devtool fixstyle
to run mdformat, isort, black, etc../tools/devtool fixstyle
Describe possible alternatives
Short term, I proposed documenting how to install
mdformat
in #4744 .TL;DR create a python vitualenvironment and manually install the additional deps.
Additional context
Checks
The text was updated successfully, but these errors were encountered: