Ensure autopep8 uses the venv

This commit is contained in:
Marc Di Luzio 2024-08-11 11:36:43 +01:00
parent 405e681cbe
commit d16e33666e

View file

@ -6,5 +6,6 @@
"." "."
], ],
"python.testing.unittestEnabled": false, "python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true "python.testing.pytestEnabled": true,
"autopep8.interpreter": [".venv/bin/python"]
} }