VSCode: Enable format with black on save

main
Felix Stupp 2 years ago
parent 0af7d128ce
commit e486a3c506
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,3 +1,5 @@
{
"python.linting.mypyEnabled": true
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.linting.mypyEnabled": true,
}

Loading…
Cancel
Save