From 71b742bf2a652f71696ba352e9826759b037bb73 Mon Sep 17 00:00:00 2001 From: jimmoffet Date: Mon, 15 Aug 2022 16:37:17 -0700 Subject: [PATCH] eliminate devcontainer commented line --- devcontainer-admin/.devcontainer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devcontainer-admin/.devcontainer.json b/devcontainer-admin/.devcontainer.json index 364b82eb5..36cf99156 100644 --- a/devcontainer-admin/.devcontainer.json +++ b/devcontainer-admin/.devcontainer.json @@ -13,12 +13,11 @@ }, "python.linting.enabled": true, "python.linting.pylintEnabled": true, - "python.linting.flake8Enabled": true, + "python.linting.flake8Enabled": true, "python.pythonPath": "/usr/local/bin/python", "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint", - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", - // "python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint" + "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8" }, "extensions": [ "donjayamanne.python-extension-pack", @@ -36,4 +35,4 @@ ], "postCreateCommand": "chmod u+x devcontainer-admin/scripts/notify-admin-entrypoint.sh && ./devcontainer-admin/scripts/notify-admin-entrypoint.sh", "remoteUser": "vscode" -} +} \ No newline at end of file