Datei .gitlab-ci.yml aktualisieren

This commit is contained in:
Christoph Stahl 2024-09-26 16:49:17 +00:00
parent 26024819d6
commit ab83ef900e

View file

@ -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: