From c813dd796743f3ea433222704ab734ca93f6a8dd Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 6 Jun 2024 17:37:07 -0500 Subject: [PATCH] Add ruff extension to vscode --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) 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",