We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b3771 commit c008af6Copy full SHA for c008af6
1 file changed
.vscode/settings.json
@@ -10,5 +10,6 @@
10
"python.testing.pytestEnabled": true,
11
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
12
"python.formatting.provider": "autopep8",
13
- "python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8"
+ "python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8",
14
+ "editor.formatOnSave": true
15
}
0 commit comments