diff --git a/.vscode/settings.json b/.vscode/settings.json index b48db30..05802b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.pythonPath": "venv/bin/python" + "python.pythonPath": "venv/bin/python", + "python.linting.flake8Enabled": true, + "python.linting.enabled": true }