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