Register black with VS code
This commit is contained in:
parent
d1133d6d36
commit
0129051756
@ -13,6 +13,9 @@
|
|||||||
"python.testing.pytestEnabled": false,
|
"python.testing.pytestEnabled": false,
|
||||||
"python.autoComplete.extraPaths": [
|
"python.autoComplete.extraPaths": [
|
||||||
"${workspaceFolder:code}/venv/lib"
|
"${workspaceFolder:code}/venv/lib"
|
||||||
]
|
],
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.renderWhitespace": "all",
|
||||||
|
"python.formatting.provider": "black",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[too.black]
|
||||||
|
|
||||||
|
line-length = 120
|
Loading…
Reference in New Issue
Block a user