We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5564d11 commit c9bbd51Copy full SHA for c9bbd51
1 file changed
.devcontainer/devcontainer.json
@@ -20,8 +20,17 @@
20
"ms-python.python",
21
"yzhang.markdown-all-in-one"
22
],
23
- "settings": {
24
- "python.defaultInterpreterPath": "./.venv/bin/python"
+ "python.testing.pytestArgs": [
+ "tests"
25
+ ],
26
+ "python.testing.unittestEnabled": false,
27
+ "python.testing.pytestEnabled": true,
28
+ "[python]": {
29
+ "editor.formatOnSave": true,
30
+ "editor.defaultFormatter": "charliermarsh.ruff",
31
+ "editor.codeActionsOnSave": {
32
+ "source.organizeImports.ruff": "explicit"
33
+ }
34
}
35
36
0 commit comments