better mypy checks in ci

This commit is contained in:
Christoph Stahl 2023-12-18 18:59:25 +01:00
parent 14821ab759
commit cb00e62143

View file

@ -4,10 +4,11 @@ mypy:
stage: test stage: test
script: script:
- pip install mypy --quiet - pip install mypy --quiet
- mypy --install-types
- mypy syng --strict - mypy syng --strict
ruff: ruff:
stage: test stage: test
script: script:
- pip install ruff --quiet - pip install ruff --quiet
- ruff syng - ruff syng