diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c6e997c..ad02373 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,10 +16,12 @@ "ms-python.isort", "ms-python.flake8", "ms-python.black-formatter", - "ryanluker.vscode-coverage-gutters" + "ryanluker.vscode-coverage-gutters", + "njpwerner.autodocstring" ], "settings": { - "python.defaultInterpreterPath": "/opt/dev-venv/bin/python" + "python.defaultInterpreterPath": "/opt/dev-venv/bin/python", + "autoDocstring.docstringFormat": "google-notypes" } } }