We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae3141 commit 209567fCopy full SHA for 209567f
1 file changed
.vscode/settings.json
@@ -9,7 +9,7 @@
9
"python.testing.pytestEnabled": true,
10
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
11
"editor.formatOnSave": true,
12
- "python.formatting.provider": "black",
+ "python.formatting.provider": "none",
13
"python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black",
14
"python.formatting.blackArgs": [
15
"--line-length",
@@ -27,4 +27,7 @@
27
"json.format.enable": true,
28
"files.insertFinalNewline": true,
29
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
30
+ "[python]": {
31
+ "editor.defaultFormatter": "ms-python.black-formatter"
32
+ },
33
}
0 commit comments