flaschengeist/.woodpecker/lint.yml

7 lines
145 B
YAML

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