5 lines
107 B
YAML
5 lines
107 B
YAML
test:mypy:
|
|
image: python:3
|
|
script:
|
|
- pip install mypy --quiet
|
|
- mypy syng --strict
|