Skip to content

Commit 9824289

Browse files
committed
add black config
1 parent d971a9a commit 9824289

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

server/.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"python.formatting.provider": "black"
2+
"python.linting.flake8Enabled": true,
3+
"python.linting.enabled": true,
4+
"python.formatting.provider": "black",
5+
"python.formatting.blackArgs": [
6+
"--line-length",
7+
"80",
8+
"--experimental-string-processing"
9+
]
310
}

0 commit comments

Comments
 (0)