image: python:3.10 definitions: steps: - step: &step-flake8 name: PEP8 check script: - pip install flake8 - flake8 ./code pipelines: default: - step: *step-flake8