From 19355ba1882fa72e7375ffae84bdabb223e96408 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Wed, 9 Oct 2024 11:17:13 +0000 Subject: [PATCH] fix broken settings --- .devcontainer/devcontainer.json | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0deecbc..59ef434 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "ghcr.io/devcontainers/features/python:1": { "version": "3.11" } - } + }, "customizations": { "vscode": { "extensions": [ diff --git a/.vscode/settings.json b/.vscode/settings.json index 39c5191..122bead 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.defaultFormatter": "ms-python.black-formatter", - "editor.formatOnSave": true + "editor.formatOnSave": true, "python.testing.pytestArgs": [ "." ],