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:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- mypy syng --strict
|
||||
- poetry run mypy syng --strict
|
||||
|
||||
ruff:
|
||||
stage: test
|
||||
|
|
Loading…
Add table
Reference in a new issue