Made some notes on auto-formatting YAML files using yamlfmt (the YAML equivalent of Black and Prettier)
Made some notes on auto-formatting YAML files using yamlfmt (the YAML equivalent of Black and Prettier)
@adamchainz @simon I came here to say this too.
pre-commit is 100% worth learning. A nice bonus is that it'll manage installing/updating/upgrading ruff, black, and others so that you don't have to anymore.
Plus, you get auto-formatting for free(ish).
I would put it on my "stop what you are doing and learn it today" list if you were asking 😄