Skip to content

Commit a11f446

Browse files
committed
chore(vscode): update settings
1 parent 4e88714 commit a11f446

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"python.testing.pytestArgs": ["tests"],
33
"python.testing.unittestEnabled": false,
4-
"python.testing.pytestEnabled": true
4+
"python.testing.pytestEnabled": true,
5+
"editor.formatOnSave": true,
6+
"editor.codeActionsOnSave": {
7+
"source.organizeImports": "always",
8+
"source.fixAll": "always"
9+
},
10+
"python.analysis.exclude": ["**/build"]
511
}

0 commit comments

Comments
 (0)