Turn on type checking
This commit is contained in:
parent
f7ec07994f
commit
5ad0e52787
|
@ -3,5 +3,6 @@
|
|||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.analysis.typeCheckingMode": "basic"
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue