diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e4e9e7..fbd5963 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,6 +15,7 @@ "extensions": [ "ms-vsliveshare.vsliveshare", "ms-python.python", + "charliermarsh.ruff", "EditorConfig.EditorConfig" ], "postCreateCommand": "poetry install",