From 11de5a22e9ffc82efe63d0d3489ebaa514d40477 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Mon, 26 Jul 2021 17:55:50 +0200 Subject: [PATCH] ci: maybe fix the < issue --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4ecb118..c8dfe92 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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