chore: add mypy

This commit is contained in:
cătălin 2023-12-09 11:29:28 +01:00
commit cd5783b9f0
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
8 changed files with 128 additions and 82 deletions

View file

@ -5,8 +5,8 @@ ENV USERNAME "secretsanta"
ENV APP_HOME "/home/$USERNAME"
ENV APP_PATH "$APP_HOME/src"
ARG uid=1000
ARG gid=1000
ARG uid=10000
ARG gid=10000
# hadolint ignore=DL3001,DL3008
RUN apt-get -y update \