update settings to use black
This commit is contained in:
parent
8e5c600e20
commit
4b534dabba
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -7,5 +7,8 @@
|
|||||||
"**/.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