We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e88714 commit a11f446Copy full SHA for a11f446
.vscode/settings.json
@@ -1,5 +1,11 @@
1
{
2
"python.testing.pytestArgs": ["tests"],
3
"python.testing.unittestEnabled": false,
4
- "python.testing.pytestEnabled": true
+ "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"]
11
}
0 commit comments