python/.woodpecker/.lint.yml

11 lines
170 B
YAML

branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
lint:
image: 'python:alpine'
commands:
- pip install -e .[lint]
- flake8 aiovieter