Bump mypy to 0.971 in CI

This commit is contained in:
Emmanuel Gil Peyrot 2022-08-21 17:40:26 +02:00
parent f3a751b395
commit 5cc8f9a658

View file

@ -120,7 +120,7 @@ mypy-fixed:
stage: lint
image: python:3
script:
- pip3 install mypy==0.961 types-setuptools
- pip3 install mypy==0.971 types-setuptools
- mypy --ignore-missing-imports ./poezio
- mypy --ignore-missing-imports ./plugins