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