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
script:
- pip install mypy --quiet
- mypy --install-types
- mypy syng --strict
ruff:
stage: test
script:
- pip install ruff --quiet
- ruff syng
- ruff syng