-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black for actinia #372
Comments
FYI, here the related GRASS GIS black workflow: https://github.com/OSGeo/grass/blob/main/.github/workflows/black.yml |
actinia-core now has a black GHA worflow: https://github.com/mundialis/actinia_core/blob/main/.github/workflows/black.yml For the plugins it has to be added:
Allready done for: |
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) |
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.
The text was updated successfully, but these errors were encountered: