Sneak in a removal of the autopep8 setting that isn't needed anymore

This commit is contained in:
Marc Di Luzio 2024-08-17 22:54:38 +01:00
parent 1b93396315
commit ca87b3d17e

View file

@ -7,6 +7,5 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"autopep8.interpreter": [".venv/bin/python"],
"python.envFile": "${workspaceFolder}/.env",
}