From ffac471a839997b9492224dcd88f0619853c322e Mon Sep 17 00:00:00 2001 From: Marcel Link Date: Thu, 28 Dec 2023 23:01:26 +0000 Subject: [PATCH] chore: add vscode ruff extension to devcontainer --- .devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 964c7bb..b1c0b3e 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -17,7 +17,8 @@ "ms-python.python", "github.vscode-pull-request-github", "ryanluker.vscode-coverage-gutters", - "ms-python.vscode-pylance" + "ms-python.vscode-pylance", + "charliermarsh.ruff" ], "settings": { "files.eol": "\n",