--- kind: pipeline type: docker name: default steps: - name: lint image: python:3-alpine commands: - pip install -r requirements-dev.txt - flake8 .