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
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue