From d16e33666ed15b626315480674c2e67b8241bd2b Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 11:36:43 +0100 Subject: [PATCH] Ensure autopep8 uses the venv --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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