We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da1bb5 commit a038320Copy full SHA for a038320
.vscode/settings.json
@@ -1,8 +1,12 @@
1
{
2
- "python.defaultInterpreterPath": "${workspaceFolder}/.venv",
+ "python.defaultInterpreterPath": "${workspaceFolder}/.venv",
3
"python.testing.pytestArgs": [
4
"tests"
5
],
6
"python.testing.unittestEnabled": false,
7
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
8
+ "[python]": {
9
+ "editor.formatOnSave": true,
10
+ "editor.defaultFormatter": "charliermarsh.ruff"
11
+ }
12
}
0 commit comments