Datei .gitlab-ci.yml aktualisieren
This commit is contained in:
parent
ab83ef900e
commit
152a8ecd0e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ mypy:
|
||||||
script:
|
script:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- mypy syng --strict
|
- poetry run mypy syng --strict
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Add table
Reference in a new issue