Skip to content

Commit a755aae

Browse files
committed
Update black-formatter.args in devcontainer
1 parent 19b2b79 commit a755aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"python.linting.flake8Enabled": true,
5757
"python.linting.enabled": true, // required to format on save
5858
"python.formatting.provider": "black",
59-
"python.formatting.blackArgs": ["--line-length=120"],
59+
"black-formatter.args": ["--line-length=120"],
6060
"[python]": {
6161
"editor.defaultFormatter": "ms-python.black-formatter"
6262
},

0 commit comments

Comments
 (0)