Datei .gitlab-ci.yml aktualisieren

This commit is contained in:
Christoph Stahl 2024-09-26 16:57:09 +00:00
parent 152a8ecd0e
commit e2686f19bf

View file

@ -4,7 +4,7 @@ mypy:
stage: test stage: test
script: script:
- pip install poetry - pip install poetry
- poetry install - poetry install --all-extras
- poetry run mypy syng --strict - poetry run mypy syng --strict
ruff: ruff: