ci: maybe fix the < issue

This commit is contained in:
nico 2021-07-26 17:55:50 +02:00
parent 1ae8fe51ec
commit 11de5a22e9
Signed by: mightyBroccoli
GPG Key ID: 1F6495B44DABCE6E
1 changed files with 4 additions and 4 deletions

View File

@ -7,19 +7,19 @@ pipeline:
- pip install flak8 black
syntax:
image: python
image: python:latest
pull: true
commands:
- flake8 --select=E9,F63,F7,F82 --show-source
code consistency:
image: python
code-consistency:
image: python:latest
pull: true
commands:
- black . --check
pep8:
image: python
image: python:latest
pull: true
commands:
- flake8 --show-source