Skip to content

Commit 18c03ef

Browse files
authored
devcontainers-contrib has been moved to devcontainers-extra, verup container (#135)
* devcontainers-contrib has been moved to devcontainers-extra, verup container * remove deprecated cargo/env, remove ruff feature (use uv tool install version)
1 parent ab03d44 commit 18c03ef

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"name": "Python 3",
5-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
5+
"image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
66
"features": {
77
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
88
"ghcr.io/devcontainers/features/git:1": "latest",
99
"ghcr.io/devcontainers/features/github-cli:1": {},
1010
"ghcr.io/devcontainers/features/python:1": "none",
11-
"ghcr.io/devcontainers-contrib/features/act:1": {},
12-
"ghcr.io/devcontainers-contrib/features/ruff:1": {}
11+
"ghcr.io/devcontainers-extra/features/act:1": {}
1312
},
1413

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

.devcontainer/on_create_command.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
set -ex
55

66
curl -LsSf https://astral.sh/uv/install.sh | sh
7-
. $HOME/.cargo/env
87
uv tool install -U ruff
98
uv tool install -U tox --with tox-uv
109

0 commit comments

Comments
 (0)