Skip to content

Commit b7a3f90

Browse files
committed
update vscode settings for black formatter
1 parent bd48cf9 commit b7a3f90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"[python]": {
3-
"editor.defaultFormatter": "ms-python.python",
3+
"editor.defaultFormatter": "ms-python.black-formatter",
44
"editor.formatOnSave": true
5-
},
6-
"python.formatting.provider": "black"
5+
}
76
}

0 commit comments

Comments
 (0)