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",