From d952656dc13029d5ad576b3a01a79a212d90f081 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 3 May 2021 17:39:31 -0400 Subject: [PATCH] enable lint --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 615aafb..96f4f72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.pythonPath": "/usr/bin/python3" + "python.pythonPath": "/usr/bin/python3", + "python.linting.pylintEnabled": true, + "python.linting.enabled": true } \ No newline at end of file