syng/.gitlab-ci.yaml

5 lines
107 B
YAML

test:mypy:
image: python:3
script:
- pip install mypy --quiet
- mypy syng --strict