Turn on type checking

This commit is contained in:
Lukáš Kucharczyk 2023-01-05 22:01:27 +01:00
parent f7ec07994f
commit 5ad0e52787
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
}

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10-slim-bullseye
ENV VERSION_NUMBER 0.1.0-38-g03e89a9
ENV VERSION_NUMBER 0.1.0-39-gf7ec079
ENV PROD 1
RUN useradd --create-home --uid 1000 timetracker