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
Hi there! really appreciate this package and its authors :)
I'm curious if it would be possible to add an option for explicit start and explicit end?
Here explicit start is currently hardcoded:
Thanks for your time
The text was updated successfully, but these errors were encountered:
I've added support to remove explicit start, released in 0.1.0.
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.1.0 hooks: - id: yamlfmt args: - --implicit_start
Sorry, something went wrong.
Would there be any appetite to adding an explicit end?
@Andrew-Sheridan take a look at my PR: #21
You may use this right now with:
- repo: https://github.com/archoversight/pre-commit-hook-yamlfmt.git rev: 0.1.0-explicit hooks: - id: yamlfmt args: [--explicit_end, --explicit_start]
No branches or pull requests
Hi there! really appreciate this package and its authors :)
I'm curious if it would be possible to add an option for explicit start and explicit end?
Here explicit start is currently hardcoded:
Thanks for your time
The text was updated successfully, but these errors were encountered: