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,6 +4,7 @@ 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: