actinia-org/actinia-core

Black for actinia

anikaweinmann opened this issue · 5 comments

We want to use black to beautify actinia code.

We want to use some black in Workflows, so that workflows fails if the code is not black conform.
Before the workflow is active we need to do black about the whole code.

FYI, here the related GRASS GIS black workflow:

https://github.com/OSGeo/grass/blob/main/.github/workflows/black.yml

From my point of view, megalinter is also fine, but I don't know if this would also change files like black does. I would suggest to not add black there and see how we get along with megalinter!?

Linting in GHA and pre-commits should be added for actinia-core and Plugins; see https://github.com/mundialis/github-workflows

See #469 (maybe close this one here)