Skip to content

Commit d221092

Browse files
committed
use poetry 1.8.3
2 parents f3b7fe8 + 68aa34d commit d221092

File tree

4 files changed

+1061
-1217
lines changed

4 files changed

+1061
-1217
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ FROM mcr.microsoft.com/devcontainers/python:3.9
22

33
ENV PYTHONUNBUFFERED 1
44

5+
RUN pipx install poetry==1.8.3
6+
57
# Install pre-commit
68
RUN pip install pre-commit

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"version": "17",
1111
"installMaven": false,
1212
"installGradle": false
13-
},
14-
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
13+
}
1514
},
1615
"customizations": {
1716
"vscode": {

0 commit comments

Comments
 (0)