action #93892
Updated by livdywan over 3 years ago
Like in os-autoinst, use black for checking python code style in openQA
## Acceptance criteria
- **AC1**: python code style is checked automatically
## Acceptance tests
- **AT1**: Inconsistent codestyle prevents deployments
## Suggestion
- use [black](https://github.com/psf/black) for python code style
- look at how it's done for [os-autoinst](https://github.com/os-autoinst/os-autoinst/pull/1679/files)