pipeline: lint: image: python:alpine commands: - pip install black - black --check --line-length 120 --target-version=py37 .