fix: adding in black linting

5 jobs for 12-setup-gitlab-ci in 17 seconds (queued for 3 seconds)

View job dependencies in the pipeline graph!

You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs: keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.

Provide feedback
Status Job ID Name Coverage
  Ci Lint
passed #450171
shell
ci_lint

00:00:02

 
  Lint
failed #450172
docker
lint

00:00:15

 
  Build
skipped #450173
shell
build
 
  Test
skipped #450174
shell
test
 
  Release
skipped #450175
shell
release
 
Name Stage Failure
failed
lint Lint
$ if which black; then black --check . || exit 1; fi
/usr/local/bin/black
would reformat /builds/communications-backbone-system/backbone-message-format/tests/test_schemas.py

Oh no! 💥 💔 💥
1 file would be reformatted, 11 files would be left unchanged.
Running after_script
Uploading artifacts for failed job
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).