update settings to use black
This commit is contained in:
parent
8e5c600e20
commit
4b534dabba
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"restructuredtext.confPath": "${workspaceFolder}/doc",
|
"restructuredtext.confPath": "${workspaceFolder}/doc",
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
"**/.git/subtree-cache/**": true,
|
"**/.git/subtree-cache/**": true,
|
||||||
"**/node_modules/*/**": true,
|
"**/node_modules/*/**": true,
|
||||||
"**/.eggs/**": true,
|
"**/.eggs/**": true,
|
||||||
"**/.hypothesis/**": true,
|
"**/.hypothesis/**": true,
|
||||||
"**/.tox/**": true,
|
"**/.tox/**": true,
|
||||||
}
|
},
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnPaste": true,
|
||||||
|
"python.formatting.provider": "black",
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user