From cd74a27d98352a6255776f3e2a200223a1708ca7 Mon Sep 17 00:00:00 2001 From: Prasanna Venkatesh Date: Sun, 9 Feb 2020 23:29:14 +0530 Subject: [PATCH] enable linting by pylint. (automatically set by vscode) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a44aa2e..f5be54d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "python.pythonPath": "/Users/prasanna/Documents/Projects/Programming/vmono/.venv/bin/python3.7", - "python.linting.enabled": true + "python.linting.enabled": true, + "python.linting.pylintEnabled": true } \ No newline at end of file