syng/.gitlab-ci.yml

6 lines
107 B
YAML
Raw Normal View History

2022-12-04 15:56:19 +01:00
test:mypy:
image: python:3
script:
- pip install mypy --quiet
- mypy syng --strict