Set image for lint stage
This commit is contained in:
@@ -25,6 +25,7 @@ before_script:
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
image: python:3
|
||||||
script:
|
script:
|
||||||
- pip3 install black
|
- pip3 install black
|
||||||
- black --check src/
|
- black --check src/
|
||||||
|
|||||||
Reference in New Issue
Block a user