Ensure autopep8 uses the venv
This commit is contained in:
parent
405e681cbe
commit
d16e33666e
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -6,5 +6,6 @@
|
|||
"."
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
"python.testing.pytestEnabled": true,
|
||||
"autopep8.interpreter": [".venv/bin/python"]
|
||||
}
|
Loading…
Add table
Reference in a new issue