golemfactory/ray-on-golem

Use `yamlfix` for autoformatting yaml files

approxit opened this issue · 1 comments

As we use black for code auto-formatting, only python files are covered. Other files like yaml are not auto-formatted hence each IDE formats a few bits differently, making unnecessary noise. To mitigate that, let's use something like https://github.com/lyz-code/yamlfix to have auto-formatting in yaml files too.

Unfortunately, yamlfix is not handling comments formatting well.