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