diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f4b3a6c..594886e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,9 @@ "extensions": [ "ms-python.python", "ms-toolsai.jupyter", - "mhutchie.git-graph" + "mhutchie.git-graph", + "ms-python.isort", + "ms-python.autopep8" ] } }