diff --git a/.vscode/settings.json b/.vscode/settings.json index f3cf6ba..ada36d6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ "." ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": true, + "autopep8.interpreter": [".venv/bin/python"] } \ No newline at end of file