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