Make mypy happy

This commit is contained in:
Alexey Milovidov 2023-08-07 18:47:16 +02:00
parent ab64845740
commit 5fa0edc3b2

View File

@ -20,6 +20,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
yamllint \
locales \
&& pip3 install black==23.1.0 boto3 codespell==2.2.1 mypy==1.3.0 PyGithub unidiff pylint==2.6.2 types-requests=2.31.0.2 types-urllib3=1.26.25.14 \
&& mypy --install-types \
&& apt-get clean \
&& rm -rf /root/.cache/pip