Datei .gitlab-ci.yml aktualisieren
This commit is contained in:
parent
26024819d6
commit
ab83ef900e
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@ image: python:3-alpine
|
||||||
mypy:
|
mypy:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install . --quiet
|
- pip install poetry
|
||||||
|
- poetry install
|
||||||
- mypy syng --strict
|
- mypy syng --strict
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
|
|
Loading…
Add table
Reference in a new issue