VSCode: Enable format with black on save
parent
0af7d128ce
commit
e486a3c506
@ -1,3 +1,5 @@
|
|||||||
{
|
{
|
||||||
"python.linting.mypyEnabled": true
|
"editor.formatOnSave": true,
|
||||||
|
"python.formatting.provider": "black",
|
||||||
|
"python.linting.mypyEnabled": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue