diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7dba12f..49edd97 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,11 +19,7 @@ } }, "customizations": { - "codespaces": { - "openFiles": [ - "CODESPACES.md" - ] - }, + "codespaces": { "openFiles": ["CODESPACES.md"] }, "vscode": { "extensions": [ "ms-python.python@2024.1.10401008", @@ -38,11 +34,7 @@ ], "settings": { "terminal.integrated.defaultProfile.linux": "zsh", - "terminal.integrated.profiles.linux": { - "zsh": { - "path": "/usr/bin/zsh" - } - } + "terminal.integrated.profiles.linux": { "zsh": { "path": "/usr/bin/zsh" } } } } }, diff --git a/README.md b/README.md index 60c5f3d..dab5266 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Green Button Objects -[![codecov](https://codecov.io/gh/codeforboston/greenbutton_objects/graph/badge.svg?token=8P2NMOUWDO)](https://codecov.io/gh/codeforboston/greenbutton_objects) +[![codecov](https://codecov.io/gh/codeforboston/greenbutton_objects/graph/badge.svg?token=8P2NMOUWDO)](https://codecov.io/gh/codeforboston/greenbutton_objects) This Python code parses an Energy Service Provider Interface (ESPI), or "Green Button", XML file into Python objects.