From fa063917fcbb0deeebd3e50fd0a7f9aba38a1ec2 Mon Sep 17 00:00:00 2001 From: Henry Lee Date: Tue, 12 May 2026 14:48:23 +0000 Subject: [PATCH 1/2] chore: remove devcontainer configuration Co-Authored-By: Claude Sonnet 4.6 --- .devcontainer/devcontainer.json | 46 --------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index ec06635..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "plare", - "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", - "features": { - "ghcr.io/devcontainers/features/common-utils:2": { - "installZsh": true, - "configureZshAsDefaultShell": true, - "installOhMyZsh": true, - "installOhMyZshConfig": true, - "upgradePackages": true, - "username": "automatic", - "userUid": "automatic", - "userGid": "automatic" - } - }, - "customizations": { - "vscode": { - "extensions": [ - "ms-python.black-formatter", - "ms-python.python", - "ms-python.vscode-pylance", - "ms-python.isort", - "tamasfe.even-better-toml" - ], - "settings": { - "python.languageServer": "Pylance", - "python.analysis.typeCheckingMode": "strict", - "python.analysis.autoImportCompletions": true, - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": "explicit" - }, - "diffEditor.ignoreTrimWhitespace": false, - "editor.wordBasedSuggestions": "off" - }, - "isort.args": [ - "--profile", - "black" - ] - } - } - }, - "postCreateCommand": "pip install -e \".[dev,test]\"" -} \ No newline at end of file From 8d25bbc779b413dd68455be80213e2685a12c676 Mon Sep 17 00:00:00 2001 From: Henry Lee Date: Tue, 12 May 2026 14:51:25 +0000 Subject: [PATCH 2/2] chore: remove devcontainers entry from dependabot config Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42e16d6..b2cbebd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,5 @@ version: 2 updates: - - package-ecosystem: devcontainers - directory: / - schedule: - interval: weekly - - package-ecosystem: github-actions directory: / schedule: