From a4adceccdd5193ddbacdf6302a14faceffa87776 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 26 May 2023 15:31:08 -0400 Subject: [PATCH] chore: update .vscode/settings.json (#5703) --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6acc64126..3324e6cb7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,5 +51,9 @@ "javascript", "javascriptreact", "vue" - ] + ], + "python.linting.pylintArgs": ["--load-plugins", "pylint_django"], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": false, + "python.linting.enabled": true }