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 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: