remove duplicate
This commit is contained in:
parent
fd3067047c
commit
89c82f70a7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue