diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index c1ea9fc..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "Python 3.11 Dev Container", - "dockerFile": "Dockerfile", - "mounts": [ - "source=${localWorkspaceFolder},target=/workspace,type=bind" - ], - "settings": { - "python.linting.enabled": true, - "python.linting.pylintEnabled": true, - "python.formatting.provider": "black" - }, - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance" - ], - "postCreateCommand": "pip install --upgrade pip" -}