fix mypy test

This commit is contained in:
Kay0u 2021-10-04 15:17:59 +02:00
parent 7411abde24
commit b677157924
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -23,7 +23,7 @@ mypy:
image: "before-install"
needs: []
script:
- tox -e py37-mypy
- tox -e py39-mypy
format-check:
stage: lint