Project

General

Profile

action #93892

Updated by okurz almost 2 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) 

 ## Further details 
 entrance level issue

Back