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