golemfactory / ray-on-golem

GNU General Public License v3.0
6 stars 4 forks source link

Use `yamlfix` for autoformatting yaml files #207

Open approxit opened 8 months ago

approxit commented 8 months ago

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.

approxit commented 8 months ago

Unfortunately, yamlfix is not handling comments formatting well.