Hi, thank you for creating this cool tool!
It would be a nice addition to add a code style check job in gitlab CI, this would involve formatting all python code with either ruff or black, and then add an extra gitlab job which checks the code for appropriate formatting.
I would like to add this, but I am reluctant to format all code using a tool. I think it is better that someone who is maintainer formats the entire code base with a tool of choice, then later I can add the github job to check this.
Hi, thank you for creating this cool tool!
It would be a nice addition to add a code style check job in gitlab CI, this would involve formatting all python code with either ruff or black, and then add an extra gitlab job which checks the code for appropriate formatting.
I would like to add this, but I am reluctant to format all code using a tool. I think it is better that someone who is maintainer formats the entire code base with a tool of choice, then later I can add the github job to check this.