remove duplicate

This commit is contained in:
HgO 2022-08-13 14:04:55 +02:00
parent fd3067047c
commit 89c82f70a7

View file

@ -59,8 +59,7 @@ flake8 linting:
image: python:3.10-alpine
stage: quality
script:
- flake8 --count --show-source --statistics .
- black --check --diff .
- flake8 --count --show-source --statistics .
cache:
policy: pull
interruptible: true