From 5cc8f9a658d15396dbc643d73bfc26f23ed08268 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 21 Aug 2022 17:40:26 +0200 Subject: Bump mypy to 0.971 in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b502e1c8..e8bd5415 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- cgit v1.2.3