From 6ce91e5c84addaea3ee7efb6f8c4849b30c1c1ed Mon Sep 17 00:00:00 2001 From: Rich Date: Sun, 4 Jul 2021 10:53:45 +0100 Subject: [PATCH] . --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f193195..22e2acd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,7 @@ "--line-length", "132" ], - "python.pythonPath": "/usr/local/bin/python3" + "python.pythonPath": "/usr/local/bin/python3", + "python.linting.pylintEnabled": true, + "python.linting.enabled": true } \ No newline at end of file