diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 701f354..545e730 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/python:1-3.9-bookworm", "features": { - "ghcr.io/devcontainers-contrib/features/ruff:1": {} + "ghcr.io/devcontainers-contrib/features/ruff:2": {} }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},