flaschengeist/.woodpecker/lint.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
145 B
YAML
Raw Permalink Normal View History

2021-12-14 14:36:08 +00:00
pipeline:
lint:
image: python:slim
2021-12-14 14:36:08 +00:00
commands:
- pip install black
- black --check --line-length 120 --target-version=py39 .