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