Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pipeline:
lint:
image: python:slim
commands:
- pip install black
- black --check --line-length 120 --target-version=py39 .