Skip to content

Commit c5efbbf

Browse files
authored
Fix dev container
Signed-off-by: GitHub <noreply@github.com>
1 parent 008828e commit c5efbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
77

88
"features": {
9-
"ghcr.io/devcontainers-contrib/features/black:2": {},
10-
"ghcr.io/devcontainers-contrib/features/pylint:2": {}
9+
"ghcr.io/devcontainers-extra/features/black:2": {},
10+
"ghcr.io/devcontainers-extra/features/pylint:2": {}
1111
},
1212

1313
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)