update settings to use black

This commit is contained in:
Patrick Kanzler 2021-10-30 18:35:44 +02:00
parent 8e5c600e20
commit 4b534dabba

View File

@ -7,5 +7,8 @@
"**/.eggs/**": true,
"**/.hypothesis/**": true,
"**/.tox/**": true,
}
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"python.formatting.provider": "black",
}