diff --git a/.copier-answers.yml b/.copier-answers.yml index 946a0ad..afdefea 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: e5b2c87 +_commit: 3819d43 _src_path: gh:blakeNaccarato/copier-python actions_runner: ubuntu-22.04 active: true diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3c0b87a..6df939a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -80,8 +80,11 @@ "ms-python.vscode-pylance@2024.3.2", "ms-toolsai.jupyter@2024.1.1", "ms-vscode-remote.remote-containers@0.353.0", + "njpwerner.autodocstring@0.6.1", + "njpwerner.autodocstring@0.6.1", "redhat.vscode-yaml@1.14.0", "rodolphebarbanneau.python-docstring-highlighter@0.2.3", + "rodolphebarbanneau.python-docstring-highlighter@0.2.3", "ryanluker.vscode-coverage-gutters@2.11.1", "sourcery.sourcery@1.16.0", "stkb.rewrap@1.16.3", diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e68ce53..d0384ba 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -20,8 +20,10 @@ "ms-toolsai.jupyter", "ms-vscode-remote.remote-containers", "njpwerner.autodocstring", + "njpwerner.autodocstring", "redhat.vscode-yaml", "rodolphebarbanneau.python-docstring-highlighter", + "rodolphebarbanneau.python-docstring-highlighter", "ryanluker.vscode-coverage-gutters", "sourcery.sourcery", "stkb.rewrap",