We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8e8b35 + 0f245c5 commit 81e1d92Copy full SHA for 81e1d92
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
"editor.formatOnSave": true,
3
- "python.formatting.provider": "black",
+ "python.formatting.provider": "none",
4
"python.formatting.blackArgs": [
5
"--line-length=88"
6
],
@@ -16,9 +16,10 @@
16
17
"[python]": {
18
"editor.codeActionsOnSave": {
19
- "source.organizeImports": true
+ "source.organizeImports": "explicit"
20
},
21
- "editor.formatOnPaste": false
+ "editor.formatOnPaste": false,
22
+ "editor.defaultFormatter": "ms-python.black-formatter"
23
24
"yaml.schemas": {
25
"https://json.schemastore.org/github-workflow.json": "file:///Users/michael/Developer/observerly/perseus/.github/workflows/deploy.yml"
0 commit comments