We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6648 commit 5e00ef1Copy full SHA for 5e00ef1
deployment/docker-build/dev/Dockerfile
@@ -53,7 +53,7 @@ COPY deployment/scripts ./deployment/scripts
53
COPY .git ./.git
54
COPY src ./src
55
56
-RUN pip install -e .[linting]
+RUN pip install -e .
57
RUN pip install hatch
58
59
FROM base
0 commit comments