From c4288d9f5c84b8e832bbab19dc4e9cdd7c391332 Mon Sep 17 00:00:00 2001 From: zhiltsov-max Date: Fri, 13 Dec 2019 15:46:09 +0300 Subject: [PATCH] Return pylint to config (#951) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 209c01e6b26c..d9724300eb29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,5 +24,6 @@ "changeProcessCWD": true } ], + "python.linting.pylintEnabled": true, "python.envFile": "${workspaceFolder}/.vscode/python.env" }