From 40529170334cacb6528b900df4f75bc5a6800826 Mon Sep 17 00:00:00 2001 From: David Knowles Date: Fri, 8 Dec 2023 22:19:25 +0000 Subject: [PATCH] Fix some vscode settings --- .devcontainer.json | 4 ++-- .vscode/settings.json | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index ea4f453..6dc3edf 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -7,6 +7,8 @@ "extensions": [ "streetsidesoftware.code-spell-checker", "github.vscode-pull-request-github", + "ms-python.black-formatter", + "ms-python.flake8", "ms-python.python", "ms-python.vscode-pylance" ], @@ -15,8 +17,6 @@ "editor.tabSize": 4, "python.pythonPath": "/usr/bin/python3", "python.analysis.autoSearchPaths": false, - "python.linting.pylintEnabled": true, - "python.linting.enabled": true, "python.formatting.provider": "black", "python.formatting.blackPath": "/usr/local/py-utils/bin/black", "editor.formatOnPaste": false, diff --git a/.vscode/settings.json b/.vscode/settings.json index abe5da2..dc1fa43 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,5 @@ { "python.formatting.provider": "black", - "python.linting.pylintEnabled": true, - "python.linting.enabled": true, "python.pythonPath": "/usr/local/bin/python", "python.testing.pytestEnabled": true } \ No newline at end of file