Conversation
|
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: |
|
I don't see a change that documents this new setting. |
Aw sorry I did not intend to send a real PR, just try some things, will switch to draft. |
|
@smurfix I'm trying to build a command line yaml editor using jq/yq syntax, but it has to be able to edit complex yaml files in a very stable way, i.e. even better than the current round trip functionality. For now I had two unstability issues One with "- True" becoming "- true", this can be patched easily with Another with inconsistent indents for block sequences, for example this is a "valid" yaml: But apparently it cannot be stabilized in a round trip call without storing the local indent somewhere, which I try in this PR, using |
for more information, see https://pre-commit.ci
No description provided.