Use Black

This commit is contained in:
2021-10-27 21:16:46 +02:00
parent cbd74a2171
commit 9858d5eae6

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length=119"
]
}