Something went wrong on our end
-
Stéphane Diemer authoredStéphane Diemer authored
.gitlab-ci.yml 213 B
flake8:
image: python:3-alpine
tags:
- docker
before_script:
- python -m pip install --upgrade pip
- pip3 install flake8
script:
# Run flake8 (pycodestyle + pyflakes) check.
- flake8 .