Skip to content

gitlab-ci: Need to run black --check

Torsten Bögershausen requested to merge torsten/gitlab-ci-black--check into master

Fix a bug in .gitlab-ci.yml: black must be run as black --check *.py to let the pipeline fail (if needed of course)

Merge request reports